Skip to content

A sentiment analysing web application for customer reviews. Positive, Negative and Neutral opinions are highlighted.

Notifications You must be signed in to change notification settings

tharakarehan/sentiment-analyzer

Repository files navigation

sentiment-analyzer

This is a web application which is used to analyze the sentiment of customer reviews. First the text is tokenized into sentence level. Then a trained distilbert model is applied to each sentence. The model classifies the sentences into three classes; Positive, Negative and Neutral. A percentage score is shown for each class. Positive, negative and neutral sentences are highlighted respectively with green, red and yellow colors. The distilbert model is in onnx format. Flask library is used to build the web server. In addition, this is hosted on heroku.

Demo: https://sentiment-analyzer-trehx.herokuapp.com/

About

A sentiment analysing web application for customer reviews. Positive, Negative and Neutral opinions are highlighted.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published