Skip to content

kushuu/sentiment-analysis

Repository files navigation

sentiment-analyzer

  • Here I've used data from sentdex (https://pythonprogramming.net/static/downloads/short_reviews/) for training my models.
  • Various ML algorithms have been used to classify text.
  • The final verdict is given on the basis of votes from all of the models.
  • The mode of those votes is the final class of text.
  • A confidence measure is also implemented.

How to test my module?

  • Clone this repository locally.
  • Open tester.py file and edit the text in the print statement.
  • Thasssit!

Scope of improvement:

  • Make it take input from user from command line and make it more user friendly.
  • Add GUI to the program.
  • Deploy it on a webpage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages