A Flask-based web application for predicting obesity risk and providing health recommendations.
obesity-prediction/
├── static/
│ └── css/
│ └── style.css
├── templates/
│ ├── base.html
│ ├── home.html
│ ├── predict.html
│ └── health_tips.html
├── app.py
└── README.md
-
Install required dependencies:
pip install flask numpy pandas joblib
-
Ensure your trained model file (
finallll.pkl
) is in the root directory -
Run the application:
python app.py
-
Open your browser and navigate to
http://localhost:5000
Visit our deployed web app at: https://obesity-level-prediction-web-app.onrender.com
- User-friendly interface
- Comprehensive obesity prediction form
- Detailed health tips and recommendations
- Responsive design for all devices
- Beautiful and professional UI