Sentiment Analysis
A machine learning end to end flask web app for "Sentiment Analysis" model created using Scikit-learn & VADER Sentiment.
The Sentiment of
'{{ text1 }}'is {{ final *100}}% positive !
Score table
| SENTIMENT METRIC | SCORE |
|---|---|
| Positive | {{text2}} |
| Neutral | {{text3}} |
| Negative | {{text5}} |
| Compound | {{text4}} |