sumanths012 / SymptoSense

This project builds a diabetes prediction web app using machine learning and the PIMA Indian Diabetes dataset. It predicts the likelihood of diabetes based on factors like glucose levels, BMI, and insulin. The app features a user-friendly interface built with Streamlit for easy access.
0 stars 2 forks source link

Download and Verify Diabetes Dataset #1

Closed sumanths012 closed 1 month ago

sumanths012 commented 1 month ago

Task: Find and download the dataset from a reliable source (e.g., Kaggle).

Verify the dataset has all necessary attributes (Pregnancies, Glucose, BloodPressure, etc.). Ensure the dataset is in a usable format (CSV, etc.). Deadline: End of Week 1