Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simeetnayan81 authored Sep 26, 2021
1 parent f24cbcf commit 0d43e13
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

### Description

This app uses a Dataset with 2201 lines of entries for Training and for Generating predictions.</br>
Model type: Gaussian Naive Bayes
This app uses a Dataset with 2200 Datapoins for Training and for Generating predictions.</br>
Model used: Gaussian Naive Bayes

---

### How to run on Local Machine

- Download and install Jupyter from this link[]
- 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.

0 comments on commit 0d43e13

Please sign in to comment.