Diff of /README.md [000000] .. [bb84f1]

Switch to unified view

a b/README.md
1
# 🧠 Diabetes Risk Calculator - Backend (Flask API)
2
3
A Flask-powered REST API that predicts the likelihood of diabetes using a machine learning model trained on clinical data.
4
5
## 🛠️ Tech Stack
6
7
- Python (Flask, Pandas, scikit-learn)
8
- Machine Learning (Logistic Regression)
9
- REST API with JSON
10
11
## 🚀 How to Run
12
13
```bash
14
cd diabetes-api
15
pip install -r requirements.txt
16
python app.py