Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Terminal127 authored Jul 8, 2024
1 parent 8ea365f commit 2a54c99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ This project analyzes customer sentiment towards Intel products using a multi-st
cd sen-analysis-intel
```

3. Open the Jupyter Notebook:
3. Run the python file:
```sh
python3 comments.py
# it will generate reviews.csv
```

3. Open the Jupyter Notebook:
3. Now we need to clean it using this file:
```sh
jupyter notebook Intel_Products_Sentiment_Analysis_RoBERTa.ipynb
python3 clean_reviews.py
```


Expand Down

0 comments on commit 2a54c99

Please sign in to comment.