HealthAi / README.md
reshma-05's picture
Update README.md
4ae8419 verified
---
title: HealthAI
emoji: 🩺
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.33.0
app_file: app.py
pinned: false
---
# πŸ€– HealthAI
HealthAI is an intelligent healthcare assistant powered by IBM Granite-3B-Instruct model. It offers:
- 🩺 Disease prediction from symptoms
- 🌿 Home remedy suggestions
- πŸ›‘οΈ Preventive health advice
- πŸ₯— Diet recommendations
- πŸ†˜ First aid instructions
## πŸ”§ How to Run
1. Install dependencies:
```
pip install -r requirements.txt
```
2. Run the app:
```
python app.py
```
3. Or deploy to Hugging Face with:
```
gradio deploy
```
## πŸ’‘ Powered by:
- IBM Granite 3.3B model
- Hugging Face Transformers
- Gradio for UI