Sentiment Analysis VADER Sentiment

A machine learning end to end flask web app for "Sentiment Analysis" model created using Scikit-learn & VADER Sentiment.





{% if final %}



The Sentiment of

'{{ text1 }}'

is {{ final *100}}% positive !

Score table

SENTIMENT METRIC SCORE
Positive {{text2}}
Neutral {{text3}}
Negative {{text5}}
Compound {{text4}}
{% else %}

{% endif %}