/sentiment-analyser

This is a flask api that can be used to do the analysis of text sentiments.

Primary LanguagePython

Sentiment Analyser

This is a flask api that can be used to do the analysis of text sentiments.

Depending upon the text we get a value from 0 to 100 where 50 indicates a neutral value while value>50 indicate postive sentence and value< 50 indicate negative sentence

Installation

Install sentiment-analyser

Create virtual environment for python 3.7

  conda create -n <environment-name> python=3.7 -y

Enter the virtual environment

  activate <environment-name>

install all dependencies of the this project by

  pip install -r requirements.txt

Hosted API

https://analytics.webemps.com/

Postman output

neutral sentence

neutral

positive sentence

postive

negative sentence

neg