Vrda commited on
Commit
61b6ca2
·
verified ·
1 Parent(s): 3ee1039

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -12
README.md CHANGED
@@ -1,12 +1,37 @@
1
- ---
2
- title: Im Error Check
3
- emoji: 🌍
4
- colorFrom: purple
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 6.10.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: IM Discharge Letter Error-Check
3
+ emoji: "\U0001FA7A"
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: "1.45.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Internal Medicine Discharge Letter Error-Check
13
+
14
+ AI-assisted error detection in emergency department discharge letters for internal medicine.
15
+
16
+ ## Models
17
+
18
+ - **Qwen 3 32B** (via Groq)
19
+ - **Llama 4 Scout** (via Groq)
20
+ - **Gemini 3.1 Flash Lite** (translation)
21
+
22
+ ## Required Secrets
23
+
24
+ Set these in your HF Space settings under **Secrets**:
25
+
26
+ | Secret Name | Description |
27
+ |---|---|
28
+ | `GOOGLE_API_KEY` | Google AI / Gemini API key |
29
+ | `GROQ_API_KEY_OSS` | Groq API key |
30
+
31
+ ## Usage
32
+
33
+ 1. Paste a Croatian discharge letter
34
+ 2. Click **Analyze**
35
+ 3. Review errors and suggestions from both models
36
+ 4. Rate each error and provide feedback
37
+ 5. Submit feedback for research collection