From 0d43e13bee19420ac20fa2e5ca64ddbfcdf2d131 Mon Sep 17 00:00:00 2001 From: Simeet Nayan <78461155+simeetnayan81@users.noreply.github.com> Date: Sun, 26 Sep 2021 22:40:56 +0530 Subject: [PATCH] Updated README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4238d95..3bb7e3b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,21 @@ ### Description -This app uses a Dataset with 2201 lines of entries for Training and for Generating predictions.
-Model type: Gaussian Naive Bayes +This app uses a Dataset with 2200 Datapoins for Training and for Generating predictions.
+Model used: Gaussian Naive Bayes --- ### How to run on Local Machine -- Download and install Jupyter from this link[] \ No newline at end of file +- Download the latest version of python from here, https://www.python.org/downloads/ +- Download and install Jupyter from this link[] +- Install the following packages: +#### scikit-learn, pandas, streamlit. +- For installing scikit-learn, use "pip install scikit-learn". +- For installing pandas, use "pip install pandas". +- For installing streamlit, use "pip install streamlit". +- Download the repo on your local machine. Open terminal, change the working directory to the directory containing these files and execute "streamlit run app.py". +- The app should run in your default browser. + +Feel free to contact us if you are facing any issue.