This Python script utilizes the Groq AI API to divide a topic into subtopics and generates complete courses for each subtopic.
- Interactive topic input and selection process.
- Dynamic generation of subtopics based on user's interest and knowledge.
- Generation of detailed courses with exercises for chosen subtopics.
git clone https://github.com/LuisGot/ANYLearn.gitpip install -r requirements.txt3.1 Rename .env.example file into .env.
mv .env.example .env3.2 Generate an API key of a openai compatible llm provider and insert them in .env File.
3.3 Set the provider url in .env file.
python main.py