This program creates a sentiment analysis tool using the streamlit library and the transformers library. The streamlit library is used to build a user interface for the tool, while the transformers library is used to load a pre-trained Natural Language Processing model and tokenizer for performing sentiment analysis on the input text.
Click Here to see the Program in action
- The Accuracy Score (Exact) of the pre-trained Model is 67%.
- The Accuracy Score (Offset by 1) of the pre-trained Model is 95%.
- Click Here to view the pre-trained Model