A sentiment analyser streamlit app
- This streamlit app takes a text from the user as input and analyses the sentiment behind those text.
- 'vaderSentiment' library is used to determine whether the text is positive or negative
- The hugging face model from j-hartmann called emotion-english-distilroberta-base is utilised to find the emotion expressed withing the text. The model supports
- Anger 🤬
- Disgust 🤢
- Fear 😨
- Joy 😀
- Neutral 😐
- Sadness 😭
- Surprise 😲
- It gives the percentage of each emotion
The project has been deployed using streamlit. Checkout the streamlit app