Spaces:
Running
Running
Create README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,25 @@
|
|
1 |
---
|
2 |
-
title: Math Exams
|
3 |
-
emoji: 🏆
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: gray
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.6.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
license: apache-2.0
|
11 |
-
|
|
|
|
|
|
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
+
title: Math Test Generator
|
4 |
+
sdk: gradio
|
5 |
+
emoji: 💻
|
6 |
+
short_description: Generates university-level mathematics exam questions with L
|
7 |
---
|
8 |
+
# Math Test Generator
|
9 |
+
|
10 |
+
A Gradio app that generates university-level mathematics exam questions using Claude 3 Opus.
|
11 |
+
|
12 |
+
## Features
|
13 |
+
- Generates 3 university-level questions per test
|
14 |
+
- Provides detailed solutions
|
15 |
+
- LaTeX formatting for mathematical expressions
|
16 |
+
- Usage tracking and cost monitoring
|
17 |
+
- Rate limiting for API protection
|
18 |
+
|
19 |
+
## Setup
|
20 |
+
Requires Anthropic API key set in HuggingFace Spaces secrets as `ANTHROPIC_API_KEY`.
|
21 |
|
22 |
+
## Usage
|
23 |
+
1. Select a subject from the dropdown
|
24 |
+
2. Click submit to generate a test
|
25 |
+
3. View questions and solutions with LaTeX formatting
|