-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
🚀 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.
Reactions are currently unavailable