vishwakayireddi1234 commited on
Commit
b0f8c34
Β·
verified Β·
1 Parent(s): b139827

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -25
README.md CHANGED
@@ -3,34 +3,16 @@ title: Interactive Math Tutor
3
  emoji: πŸ“
4
  colorFrom: blue
5
  colorTo: purple
6
- sdk: gradio
7
- sdk_version: "6.17.3"
8
- app_file: app.py
9
  pinned: false
10
  ---
11
 
12
  # πŸ“ Interactive Math Tutor
13
 
14
- Free, no sign-up, step-by-step math tutoring from **Grade 1 through High School**.
15
- Powered by open-source AI β€” no API key needed for anyone.
16
 
17
- ## ✨ Features
18
- - πŸ“Έ Upload a worksheet image OR type any problem
19
- - πŸŽ“ Grade level selector for tailored explanations
20
- - πŸ“– Every step explained before it's shown
21
- - ⚑ Streams answers token by token
22
- - πŸ†“ Completely free β€” uses HuggingFace free inference
23
-
24
- ## πŸ”§ Setup
25
-
26
- 1. Set your Space SDK to **Gradio** (not Docker) in Space Settings
27
- 2. **No secrets needed** β€” `HF_TOKEN` is provided automatically by HuggingFace to every Space
28
- 3. Upload `app.py`, `requirements.txt`, `README.md` β€” done!
29
-
30
- ## πŸ“¦ Models Used
31
- | Task | Model |
32
- |---|---|
33
- | Text math problems | `Qwen/Qwen2.5-Math-72B-Instruct` |
34
- | Worksheet images | `Qwen/Qwen2-VL-7B-Instruct` |
35
-
36
- Both are free on HuggingFace Inference API.
 
3
  emoji: πŸ“
4
  colorFrom: blue
5
  colorTo: purple
6
+ sdk: docker
7
+ app_port: 7860
 
8
  pinned: false
9
  ---
10
 
11
  # πŸ“ Interactive Math Tutor
12
 
13
+ Step-by-step math tutoring from Grade 1 through High School.
14
+ Upload a worksheet image or type any problem β€” powered by Llama 3.1 via Groq.
15
 
16
+ ## Setup
17
+ Add `GROQ_API_KEY` as a Space Secret (free at console.groq.com/keys).
18
+ Or users can paste their own free Groq key in the UI.