Spaces:
Sleeping
Sleeping
metadata
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
- Create a new Space on Hugging Face.
- Select Gradio as the SDK.
- Go to Settings -> Variables and secrets.
- Add a new secret:
- Name:
OPENAI_API_KEY - Value:
your_openai_api_key_here
- Name:
- Upload all files from this repository.
Local Setup
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt. - Create a
.envfile and add yourOPENAI_API_KEY. - Run the app:
python app.py.