omkarudawant / Sentiment-Prediction

A simple sentiment prediction flask app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment Prediction

A simple sentiment prediction webapp using Flask.

Before proceeding please install all the dependencies using the requirements.txt file in the root folder by using,

pip install -r requirements.txt or python -m pip install -r requirements.txt

To start the app, head over to app/ directory which contains the models/, templates/ folders and app.py file which contains the actual flask app.

APP home

Positive Prediction

Negative Prediction

About

A simple sentiment prediction flask app.


Languages

Language:HTML 65.3%Language:Python 34.7%