File size: 453 Bytes
38e7500
 
 
 
ec51382
38e7500
ec51382
38e7500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Fidocure Note Extraction
emoji: 📝
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 3.50.2
app_file: app.py
pinned: false
---

# Fidocure Note Extraction

This is a Gradio app that allows you to extract information from clinical notes using Fidocure's API.

## How to use

1. Clone the repository
2. Install the dependencies
    ```bash
    pip install -r requirements.txt
    ```
3. Run the app
    ```bash
    python app.py
    ```