A Machine Learning Web Application using Flask
Proper hydration is critical for maintaining good health.
This project predicts whether a person's hydration level is Good or Poor based on lifestyle and environmental factors.
- Collected dataset from Kaggle
- Performed preprocessing
- Trained Logistic Regression model
- Achieved 99.67% accuracy
- Integrated model with Flask backend
- Built frontend using HTML & CSS
User Input → Flask Backend → ML Model → Prediction → Display Result
- Python
- Flask
- Scikit-learn
- Pandas
- HTML/CSS
- Joblib
- Algorithm: Logistic Regression
- Accuracy: 99.67%
- Evaluation: Classification Report
pip install -r requirements.txt
python app.pyOpen:
http://127.0.0.1:5000
hydration_level_predictor/
│
├── model/
├── data/
├── static/
├── templates/
├── app.py
├── train_model.py
├── requirements.txt
└── README.md
- Deploy on cloud (Render)
- Add model confidence score
- Improve UI/UX
- Add API endpoint
Gayathri Sai Vemula
B.Tech CSE | Aspiring Software Engineer