Kamocodes commited on
Commit
c47e02a
·
verified ·
1 Parent(s): 4e7551b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -43
README.md CHANGED
@@ -1,44 +1,44 @@
1
- ---
2
- title: Mathematics Question Generator
3
- emoji: 🧮
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 4.16.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- # Mathematics Question Generator
13
-
14
- This application generates customized mathematics questions on any topic you specify. Simply enter a mathematics chapter or concept you want to practice, and the AI will create questions with step-by-step solutions.
15
-
16
- ## Features
17
-
18
- - Generate mathematics questions on any topic
19
- - Choose the number of questions (1-10)
20
- - Select difficulty level (elementary to advanced)
21
- - View detailed step-by-step solutions
22
-
23
- ## How to Use
24
-
25
- 1. Enter a mathematics topic (e.g., "Linear Algebra: Eigenvalues", "Calculus: Integration")
26
- 2. Adjust the number of questions and difficulty level as needed
27
- 3. Click "Generate Questions"
28
- 4. Study the generated questions and their solutions
29
-
30
- ## Setup Requirements
31
-
32
- This application requires a Hugging Face API token with access to the DeepSeek models. To set up your token:
33
-
34
- 1. Generate a Hugging Face API token with read access from [https://huggingface.co/settings/tokens](https://huggingface.co/settings/tokens)
35
- 2. Add this token to your Space as a secret with the key `HUGGINGFACE_TOKEN`
36
- - Go to your Space settings
37
- - Click on "Secrets"
38
- - Add a new secret with name `HUGGINGFACE_TOKEN` and your token as the value
39
-
40
- ## About
41
-
42
- This application uses DeepSeek's mathematics-focused language model to generate high-quality mathematics questions tailored to your learning needs.
43
-
44
  Created by Kamagelo Mosia
 
1
+ ---
2
+ title: Mathematics Question Generator
3
+ emoji: 🧮
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 5.29.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Mathematics Question Generator
13
+
14
+ This application generates customized mathematics questions on any topic you specify. Simply enter a mathematics chapter or concept you want to practice, and the AI will create questions with step-by-step solutions.
15
+
16
+ ## Features
17
+
18
+ - Generate mathematics questions on any topic
19
+ - Choose the number of questions (1-10)
20
+ - Select difficulty level (elementary to advanced)
21
+ - View detailed step-by-step solutions
22
+
23
+ ## How to Use
24
+
25
+ 1. Enter a mathematics topic (e.g., "Linear Algebra: Eigenvalues", "Calculus: Integration")
26
+ 2. Adjust the number of questions and difficulty level as needed
27
+ 3. Click "Generate Questions"
28
+ 4. Study the generated questions and their solutions
29
+
30
+ ## Setup Requirements
31
+
32
+ This application requires a Hugging Face API token with access to the DeepSeek models. To set up your token:
33
+
34
+ 1. Generate a Hugging Face API token with read access from [https://huggingface.co/settings/tokens](https://huggingface.co/settings/tokens)
35
+ 2. Add this token to your Space as a secret with the key `HUGGINGFACE_TOKEN`
36
+ - Go to your Space settings
37
+ - Click on "Secrets"
38
+ - Add a new secret with name `HUGGINGFACE_TOKEN` and your token as the value
39
+
40
+ ## About
41
+
42
+ This application uses DeepSeek's mathematics-focused language model to generate high-quality mathematics questions tailored to your learning needs.
43
+
44
  Created by Kamagelo Mosia