Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: EDUTUTOR AI
|
| 3 |
-
emoji: π
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: purple
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
license: apache-2.0
|
| 11 |
-
---
|
| 12 |
-
|
| 13 |
-
# EDUTUTOR AI π
|
| 14 |
-
|
| 15 |
-
An intelligent AI tutor powered by IBM Granite that provides personalized educational explanations across multiple subjects and difficulty levels.
|
| 16 |
-
|
| 17 |
-
## Features
|
| 18 |
-
- Subject-specific tutoring (Math, Physics, Computer Science, etc.)
|
| 19 |
-
- Adaptive difficulty levels (Beginner, Intermediate, Advanced)
|
| 20 |
-
- Interactive learning sessions
|
| 21 |
-
- Conversation history tracking
|
| 22 |
-
|
| 23 |
-
## Usage
|
| 24 |
-
1. Click "Initialize EDUTUTOR AI" to load the model
|
| 25 |
-
2. Select your subject and difficulty level
|
| 26 |
-
3. Ask your educational questions
|
| 27 |
-
4. Get personalized, clear explanations
|
| 28 |
-
|
| 29 |
Built with β€οΈ using Gradio and Hugging Face Transformers.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: EDUTUTOR AI
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.34.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# EDUTUTOR AI π
|
| 14 |
+
|
| 15 |
+
An intelligent AI tutor powered by IBM Granite that provides personalized educational explanations across multiple subjects and difficulty levels.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
- Subject-specific tutoring (Math, Physics, Computer Science, etc.)
|
| 19 |
+
- Adaptive difficulty levels (Beginner, Intermediate, Advanced)
|
| 20 |
+
- Interactive learning sessions
|
| 21 |
+
- Conversation history tracking
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
1. Click "Initialize EDUTUTOR AI" to load the model
|
| 25 |
+
2. Select your subject and difficulty level
|
| 26 |
+
3. Ask your educational questions
|
| 27 |
+
4. Get personalized, clear explanations
|
| 28 |
+
|
| 29 |
Built with β€οΈ using Gradio and Hugging Face Transformers.
|