Skip to content

sanyamjain0315/Sentiment-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment analyser

A sentiment analyser streamlit app

Description

  • 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
    1. Anger 🤬
    2. Disgust 🤢
    3. Fear 😨
    4. Joy 😀
    5. Neutral 😐
    6. Sadness 😭
    7. Surprise 😲
  • It gives the percentage of each emotion

Checkout the project

The project has been deployed using streamlit. Checkout the streamlit app image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages