Med_bot / README.md
Imsachinsingh00's picture
Update README.md
82961d6 verified
---
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