We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e173208 commit 57d4aceCopy full SHA for 57d4ace
Web_app/README.md
@@ -22,17 +22,17 @@
22
23
## Usage
24
25
-1. **Run the scraping script** to collect movie reviews and save them into a CSV file.
26
-Open and execute the Jupyter notebook:
27
-```bash
+1. **Run the scraping script** to collect movie reviews and save them into a CSV file.Open and execute the Jupyter notebook:
+
+ ```bash
28
jupyter notebook notebooks/movie_review_imdb_scrapping.ipynb
29
30
2. **Navigate to the Web_app directory:**
31
32
cd Web_app
33
34
3. **Run the Streamlit app:**
35
36
streamlit run app.py
37
38
4. **Upload a CSV file** containing the reviews when prompted by the app.
0 commit comments