File size: 685 Bytes
c0fc684
 
 
 
 
 
4ae8419
c0fc684
 
 
199021b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
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