Kevin Wu commited on
Commit
38e7500
1 Parent(s): ab95f99
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -1 +1,27 @@
1
- A note extraction app hosted on Hugging Face Spaces.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Fidocure Note Extraction
3
+ emoji: 📝
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "3.51.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Fidocure Note Extraction
13
+
14
+ This is a Gradio app that allows you to extract information from clinical notes using Fidocure's API.
15
+
16
+ ## How to use
17
+
18
+ 1. Clone the repository
19
+ 2. Install the dependencies
20
+ ```bash
21
+ pip install -r requirements.txt
22
+ ```
23
+ 3. Run the app
24
+ ```bash
25
+ python app.py
26
+ ```
27
+