Skip to content

Disease Prediction Model using SVM, GaussianNB and Random Forest Classifiers.

Notifications You must be signed in to change notification settings

Aditya-Coomar/disease_prediction_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disease Prediction Model

Disease Prediction Model using SVM, GaussianNB and RF Classifiers.

How Start the Project?

Note

Make Sure that you are using python3 and your python distribution is added to PATH.

  1. Install all the dependencies
pip install streamlit
pip install pandas
pip install numpy
pip install scipy
pip install -U scikit-learn
pip install seaborn
pip install -U matplotlib

  1. Run the project

Note

Go to the root directory of the project and open the terminal there and run the following command.

streamlit run app.py

The app will start running in your browser



Application Preview