From 2a54c9992f5f4d7daa76f50f05fcdfaaf6a5bec8 Mon Sep 17 00:00:00 2001 From: t3rm!nal <144577613+Terminal127@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:02:54 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9cfc71..d1750f1 100644 --- a/README.md +++ b/README.md @@ -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 ```