Machine Learning and data analysis has become a go-to field for reseachers in public health and medicine. This project was built to make prediction for its user in any of the three built in predictors. Diabetes, Heart disease, and parkinson disease were the three sicknesses this project was built to tacke.
- Python
- Streamlit
- Basic HTML
- Anaconda Navigator
- Colab
** 1. Python **
I will make an assumption that we all have python and other machine learning modules intalled on our system, else you can use the link to walk you through (https://www.python.org/downloads/) or you can use the following commands in your terminal.
pip install scikit-learn
pip install pandas
pip install numpy
pip install pickle5
** 2. Install Streamlit **
pip install streamlit
** 3. Install Streamlit Option Menu **
pip install streamlit-option-menu