--- title: Fidocure Note Extraction emoji: 📝 colorFrom: blue colorTo: green sdk: gradio sdk_version: "3.51.1" 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 ```