Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💧 Hydration Level Predictor

A Machine Learning Web Application using Flask


📌 Problem Statement

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.


🧠 Solution Approach

  • Collected dataset from Kaggle
  • Performed preprocessing
  • Trained Logistic Regression model
  • Achieved 99.67% accuracy
  • Integrated model with Flask backend
  • Built frontend using HTML & CSS

🏗 Architecture

User Input → Flask Backend → ML Model → Prediction → Display Result


🛠 Tech Stack

  • Python
  • Flask
  • Scikit-learn
  • Pandas
  • HTML/CSS
  • Joblib

📊 Model Details

  • Algorithm: Logistic Regression
  • Accuracy: 99.67%
  • Evaluation: Classification Report

🚀 How to Run Locally

pip install -r requirements.txt
python app.py

Open:

http://127.0.0.1:5000

📂 Project Structure

hydration_level_predictor/
│
├── model/
├── data/
├── static/
├── templates/
├── app.py
├── train_model.py
├── requirements.txt
└── README.md

🌍 Future Improvements

  • Deploy on cloud (Render)
  • Add model confidence score
  • Improve UI/UX
  • Add API endpoint

👩‍💻 Author

Gayathri Sai Vemula
B.Tech CSE | Aspiring Software Engineer

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages