This project demonstrates multi-class sentiment analysis using a fine-tuned BERT model trained on Twitter sentiment data.
Comments / Suggestions are appreciated!
{0: 'sadness', 2: 'love', 4: 'fear', 3: 'anger', 5: 'surprise', 1: 'joy'}
Below are some sample screenshots showing the model in action:
This model was fine-tuned using HuggingFace's transformers library and a BERT base uncased model. The pipeline predicts one of the six emotion categories (sadness, love, fear, anger, surprise, joy) for a given input sentence.

