PyVerse icon indicating copy to clipboard operation
PyVerse copied to clipboard

Feature Request: Add Python AI Projects to PyVerse

Open itsmedeepak opened this issue 3 months ago • 2 comments

🚀 Feature Request: Add Python AI Projects to PyVerse

Is your feature request related to a problem? Please describe.
Currently, PyVerse has many beginner-friendly Python projects, but there is a lack of AI/ML-based projects.
Contributors who want to explore Python for AI, machine learning, or data science have fewer practical projects to work on.

Describe the solution you'd like
We’d like contributors to add Python AI projects to PyVerse, such as:

  • Predictive models (e.g., stock predictor, weather predictor, race winner predictor)
  • Chatbots or NLP applications
  • Image recognition / Computer vision projects
  • Recommendation systems or ML utilities

Projects should include:

  • README.md (project description, usage instructions)
  • requirements.txt (dependencies)
  • Well-structured Python code

Describe alternatives you've considered

  • Adding small toy scripts is fine, but they don’t help contributors learn practical AI/ML skills.
  • We could also have a separate AI_projects/ folder to keep beginner scripts separate.

Additional context
Encourage contributors to use Python only and focus on projects that solve real-world problems or demonstrate AI concepts in action.
This will make PyVerse a go-to repo for learning Python AI projects.

itsmedeepak avatar Oct 03 '25 19:10 itsmedeepak

i would like to add a project e-commerce price predictor using open-source LLM (llama), good initial project for anyone to learn fine tuning open source llm.

IshantSingh24 avatar Oct 05 '25 19:10 IshantSingh24

Hi! I’ve created a small Python chatbot project that uses the Groq API and DuckDuckGo search to answer questions. It includes a README and requirements.txt. I’d love to contribute it under the new AI projects section.

KyleighHarkless avatar Oct 23 '25 23:10 KyleighHarkless