Prerit018 commited on
Commit
475c487
·
verified ·
1 Parent(s): 6bc3db2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -36
README.md CHANGED
@@ -1,36 +1,36 @@
1
- ---
2
- title: AI Teacher Bot
3
- emoji: 🧠
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: "3.44"
8
- app_file: app.py
9
- pinned: true
10
- ---
11
-
12
- # AI Teacher Bot
13
-
14
- **Interactive Personalized Learning Platform**
15
-
16
- AI Teacher Bot is an interactive learning platform that:
17
- - Teaches modules with detailed explanations adapted to the user's learning level (Novice, Intermediate, Advanced)
18
- - Evaluates student examples and provides constructive feedback
19
- - Performs Bloom’s Taxonomy assessments per chapter to measure understanding
20
- - Generates structured, level-appropriate curriculum automatically
21
-
22
- **Usage**
23
- 1. Enter a topic and select your claimed level.
24
- 2. Click “Start Session” to begin learning.
25
- 3. Follow module explanations and submit examples.
26
- 4. Complete Bloom assessments to evaluate mastery.
27
-
28
- **Tech Stack**
29
- - Python 3.12
30
- - Gradio (for UI)
31
- - OpenAI API (GPT-4o-mini)
32
-
33
- **Notes**
34
- - Ensure you have a valid OpenAI API key set in `.env`.
35
- - For testing and temporary deployment, Gradio provides shareable links.
36
- - For permanent hosting, this app runs on Hugging Face Spaces.
 
1
+ ---
2
+ title: AI Teacher Bot
3
+ emoji: 🧠
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 6.3.0
8
+ app_file: app.py
9
+ pinned: true
10
+ ---
11
+
12
+ # AI Teacher Bot
13
+
14
+ **Interactive Personalized Learning Platform**
15
+
16
+ AI Teacher Bot is an interactive learning platform that:
17
+ - Teaches modules with detailed explanations adapted to the user's learning level (Novice, Intermediate, Advanced)
18
+ - Evaluates student examples and provides constructive feedback
19
+ - Performs Bloom’s Taxonomy assessments per chapter to measure understanding
20
+ - Generates structured, level-appropriate curriculum automatically
21
+
22
+ **Usage**
23
+ 1. Enter a topic and select your claimed level.
24
+ 2. Click “Start Session” to begin learning.
25
+ 3. Follow module explanations and submit examples.
26
+ 4. Complete Bloom assessments to evaluate mastery.
27
+
28
+ **Tech Stack**
29
+ - Python 3.12
30
+ - Gradio (for UI)
31
+ - OpenAI API (GPT-4o-mini)
32
+
33
+ **Notes**
34
+ - Ensure you have a valid OpenAI API key set in `.env`.
35
+ - For testing and temporary deployment, Gradio provides shareable links.
36
+ - For permanent hosting, this app runs on Hugging Face Spaces.