This Python script utilizes the Groq AI API to divide a topic into subtopics and generates complete courses for each subtopic. The program then leverages a Discord webhook to send the generated courses to a Discord server, making it easy to share and collaborate on educational content.
- 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.
- Sending course information directly to Discord server via Webhook.
git clone https://github.com/LuisGot/ANYLearn.git
pip install -r requirements.txt
3.1 Rename .env.example file into .env.
mv .env.example .env
3.2 Generate a Groq API Key and Create a Discord Webhook and insert them in .env
File
python main.py