File size: 1,032 Bytes
8988106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Smart Tutor AI
emoji: ๐ŸŽ“
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: false
license: apache-2.0
short_description: An intelligent study assistant built with CrewAI and Gradio
---

# Smart Tutor AI ๐ŸŽ“

An intelligent study assistant built with **CrewAI** and **Gradio**. 

## Features
- **Smart Summarization**: Get concise summaries from your documents.
- **Auto Quiz Generation**: Generate multiple-choice questions grounded in your text.
- **Intelligent Tutoring**: Get graded feedback with detailed explanations for incorrect answers.

## Setup for Hugging Face
1. Create a new Space on Hugging Face.
2. Select **Gradio** as the SDK.
3. Go to **Settings** -> **Variables and secrets**.
4. Add a new secret:
   - Name: `OPENAI_API_KEY`
   - Value: `your_openai_api_key_here`
5. Upload all files from this repository.

## Local Setup
1. Clone the repository.
2. Install dependencies: `pip install -r requirements.txt`.
3. Create a `.env` file and add your `OPENAI_API_KEY`.
4. Run the app: `python app.py`.