Skip to content

raenAnand/SentimentAnalysis

Repository files navigation

SentimentAnalysis

Sentiment Analysis using logistic regression

Requirements

This notebook will run in Python >= 3.5. The following packages are required:

  • bokeh
  • flask
  • nltk
  • numpy
  • pandas
  • scikit-learn

Running app

You can go straight ahead and try out the algorithm with a small web app I have included in this repository, just run:

cd site
python app.py

Then open a browser in the default address (http://127.0.0.1:5000/):

About

Sentiment Analysis using logistic regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages