An AI-powered learning assistant that creates personalized lesson plans and finds relevant online courses.
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Create a
.envfile and add your API keys:
GROQ_API_KEY=your_groq_api_key_here
TAVILY_API_KEY=your_tavily_api_key_here
- Run the application:
streamlit run tutor.py