Skip to content

Commit 37c2f31

Browse files
authored
Update README.md
1 parent 82d02ec commit 37c2f31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Web_app/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ For new data generation for <b>sentiment analysis</b> and <b>recommendation syst
5050
python -u "Scrapper.py"
5151
```
5252
3. **Run the similarity_model generating script** to find out similarity we have made a model which we will use in our webapp. Open and execute the Jupyter notebook:
53+
***Note: you have to run this model.ipynb as this will download similarity.pkl which is the model we use in Streamlit Webapp***
5354

5455
```bash
5556
jupyter notebook notebooks/model.ipynb
@@ -80,4 +81,4 @@ For new data generation for <b>sentiment analysis</b> and <b>recommendation syst
8081

8182

8283

83-
84+

0 commit comments

Comments
 (0)