/Sentiment-Analysis-Web-App

A flask (Python) Web Interface for sentiment analysis using NLP techniques

Primary LanguagePython

Sentiment Analyzer Web App

A flask (Python) Web Interface for sentiment analysis using NLP techniques.

Basic Features

  • Remove stop words
  • Pre-process text (remove punctuation, lower case)
  • Stemming of words

Sentiment Analysis

  • Shows how much text content is positive

Prerequisites

This app is built using Python 3.6.6

Start Service

Now, to start the application, do the following:

python app.py

Server will start and you can connect by opening the web browser and connecting one of the URLs:

http://127.0.0.1:5002/

Some Screenshots

Drawing

Drawing

Use Heroku app

The app can be tested on heroku sentiment-analyzer3.herokuapp.com/.

Drawing