AneelaFatima commited on
Commit
3681bae
Β·
verified Β·
1 Parent(s): f6757c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -21
README.md CHANGED
@@ -1,26 +1,18 @@
1
- ---
2
- title: CS & SE Learning Tutor
3
- emoji: πŸ“ˆ
4
- colorFrom: gray
5
- colorTo: blue
6
- sdk: gradio
7
- app_file: app.py
8
- pinned: false
9
- license: mit
10
- thumbnail: >-
11
- https://cdn-uploads.huggingface.co/production/uploads/68668dfd4357f5b535fd7bdc/9rLvqu1gQz9N1JjIgLIpj.png
12
- sdk_version: 5.43.1
13
- ---
14
  # πŸŽ“ AI Learning Tutor For Computer Science Students
15
 
16
- This app helps CS/SE students:
17
- - Pick a **subject** and **topic**
18
- - Get **step-by-step explanations**
19
- - Access **extra resources** (YouTube, GitHub, etc.)
20
- - Follow a **roadmap for mastery**
21
- - Take a **quiz** and see results
22
 
23
- ## Run Locally
 
 
 
 
 
 
 
 
 
 
24
  ```bash
25
  pip install -r requirements.txt
26
- python app.py
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # πŸŽ“ AI Learning Tutor For Computer Science Students
2
 
3
+ Lightweight CS/SE tutor. No GPU needed.
 
 
 
 
 
4
 
5
+ ## Features
6
+ - Step-by-step **Explanation** (Markdown)
7
+ - Curated **Extra Resources**
8
+ - Practical **Roadmap**
9
+ - 5-question **Quiz** with radio options + scoring
10
+
11
+ ## Secrets (Settings β†’ Repository secrets)
12
+ - `GROQ_API_KEY` (required)
13
+ - Optional: `GROQ_MODEL` (default: `llama-3.3-70b-versatile`)
14
+
15
+ ## Run locally
16
  ```bash
17
  pip install -r requirements.txt
18
+ python app.py