Skip to content

ydriod/sentiment_analysis

 
 

Repository files navigation

SVM_sentiment_analysis

To find the sentiment(positive/negative) of the text data provided. This classifier model is implemented with SVM(kernel=linear)

Install requirements

pip install -r requirements.txt

End_point

sentiment

Params

text

Url

http://127.0.0.1:5000/sentiment?text="review_text"

How to run

flask app

About

To find the sentiment of the data provided

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%