Skip to content

AshrafMd-1/diabetes-prediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diabetes_prediction

Preview of the Project

Installation and Running

  1. Clone the repository

  2. Install the required libraries using the following command

    pip install -r requirements.txt
  3. Run the following command to start the application

    • For Windows:
    python -m streamlit run app.py

    If its saying no access or OSError

    pip install --user pandas matplotlib seaborn numpy streamlit plotly scikit-learn
    • For Linux/Mac:
    python3 -m streamlit run app.py

About

Diabetes prediction using streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • Shell 4.8%
  • Procfile 0.8%