Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.27 KB

File metadata and controls

57 lines (37 loc) · 1.27 KB

Description

This Python script utilizes the Groq AI API to divide a topic into subtopics and generates complete courses for each subtopic.

Table of Contents

  1. Description
  2. Features
  3. Prerequisites
  4. Installation

Features

  • 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.

Prerequisites

Installation

1. Clone the repository
git clone https://github.com/LuisGot/ANYLearn.git
2. Install required Python packages
pip install -r requirements.txt
3. Setup environment variables

3.1 Rename .env.example file into .env.

mv .env.example .env

3.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.

4. Run the script
python main.py