Spaces:
Running
Running
title: Medical Summary App | |
emoji: π | |
colorFrom: indigo | |
colorTo: gray | |
sdk: gradio | |
sdk_version: 5.23.3 | |
app_file: app.py | |
pinned: true | |
license: apache-2.0 | |
# π₯ Medical Summarization Bot | |
This is a simple Gradio-based application for **summarizing medical reports and doctor-patient conversations**. It uses: | |
- ποΈ [Whisper](https://github.com/openai/whisper) (base) for automatic speech recognition (ASR) | |
- π§ [BART-Large-CNN](https://huggingface.co/facebook/bart-large-cnn) for text summarization | |
--- | |
## π Features | |
- Upload or record **audio** of medical conversations β get transcription + summary | |
- Paste **text** from reports or dialogues β get instant summary | |
- Lightweight, open-source models (runs on CPU) | |
--- | |
## π Installation | |
### 1. Clone the repository | |
```bash | |
git clone https://github.com/yourusername/medical-summarization-bot.git | |
cd medical-summarization-bot | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |