An interactive Python learning platform powered by Groq AI that provides personalized programming tutorials.
- Progressive learning paths from beginner to advanced
- Interactive AI-powered tutoring
- Real-time code examples and practice exercises
- Personalized responses to student questions
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Create a
.envfile with your Groq API key:GROQ_API_KEY=your_api_key_here - Run the application:
python app.py
- Flask
- Groq AI
- Python