Kevin Wu
Initial
ec51382
|
raw
history blame
453 Bytes
---
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
```