UdasriHasindu commited on
Commit
5345aa5
·
1 Parent(s): b222c45

fix: Missing configuration in README

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Parkinson's Disease UPDRS Prediction API
2
 
3
  A FastAPI-based REST API that predicts a patient's **motor UPDRS score** (Unified Parkinson's Disease Rating Scale) from a voice recording.
 
1
+ ---
2
+ title: UPDRS API
3
+ emoji: 🧠
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ ---
10
+
11
  # Parkinson's Disease UPDRS Prediction API
12
 
13
  A FastAPI-based REST API that predicts a patient's **motor UPDRS score** (Unified Parkinson's Disease Rating Scale) from a voice recording.