Welcome to the Diabetes Prediction using Machine Learning project! This powerful tool leverages machine learning to help predict whether someone might be diabetic based on their health data. Ready to dive in? Let’s get started! 🎉
- Python 3.x 🐍
- Flask: Install with
pip install Flask
- scikit-learn: Install with
pip install scikit-learn
-
Clone the Project:
git clone https://github.com/chandraparsad3/Diabetes-Prediction-using-Machine-Learning.git
-
Navigate to the Project Folder:
cd Diabetes-Prediction-using-Machine-Learning
-
Install Dependencies:
pip install -r requirements.txt
-
Run the App:
python app.py
-
Open in Your Browser:
Head to http://127.0.0.1:5000/ to view the app in action! 🎯
-
Go to the Home Page:
- Click on "Predict Data" to start.
-
Enter Health Information:
- Fill out the form with your health data.
-
Click Predict:
- Hit the "Predict" button, and we’ll let you know if you’re likely to be diabetic.
Our prediction engine is driven by Logistic Regression 🧠, trained on a dataset of health records. We’ve included a Standard Scaler to ensure your predictions are as accurate as possible! 📊
Have ideas or improvements? We’d love to hear from you! Open an issue or submit a pull request to make this project even better. 💡
- Chandraparsad
Get ready to predict away! 🌟