Skip to content

suhan21/Sentiment-Analysis-using-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon-Alexa-Reviews

HOW TO RUN

Step 1: Clone the repository

git clone https://github.com/suhan21/Amazon-Alexa-Reviews.git

Step 2: Open the cloned repository and create a conda environment. Activate the new environment

conda create -n amazonreview python=3.10
conda activate amazonreview

Step 3: Install the requirements file

pip install -r requirements.txt

Step 4: Run the app

flask --app api.py run

Step 5: The app will run on port 5000.

localhost:5000

NOTE: The issue raised is fixed, please download the .zip folder and run it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors