|
--- |
|
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 |