somanyadav / Sentiment-Analysis-Web-App

Home Page:https://sentiment-analysis-m.dt.r.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://127.0.0.1:5000

About

https://sentiment-analysis-m.dt.r.appspot.com/


Languages

Language:HTML 70.1%Language:Python 29.9%