This project provides a web application for sentiment analysis on Amazon Alexa reviews. The application supports both single text input and bulk predictions via CSV file upload.
Follow these steps to set up and run the application.
Clone the repository to your local machine using the following command:
git clone https://github.com/KasimVali2207/Sentiment_Analysis.git
cd Amazon-Alexa-Reviews conda create -n amazonreview python=3.10 conda activate amazonreview
pip install -r requirements.txt
flask --app api.py run