Skip to content

somanyadav/Sentiment-Analysis-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Web-App

About the App

This is a simple sentiment analysis application. This app will get a sentence as user input, and return with a prediction of whether this sentence is positive, negative, or neutral. Here's how the end product will look:

alt text

Setup & Installtion

Make sure you have the latest version of Python installed.

git clone <repo-url>
pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http:https://127.0.0.1:5000