SiewPingYeo/Sentiment-Analyzer-Streamlit-and-HuggingFace-

1

stars

16

commits

Jupyter Notebook

primary language

May 13, 2022

updated

README

Sentiment-Analyzer-Streamlit-and-HuggingFace-

This project aims to create a sentiment analyzer app using Streamlit and BERT model from HuggingFace. The sentiment analyzer can be used to classify the text inputs from users into Negative, Neutral and Positive sentiments. Streamlit provides a platform for the model to be deployed and the code for deploying the model on Streamlit can be found in sentiment_analyser.py file, while the code to utilise the BERT model from Hugging Face can be found in the Jupyter Notebook titled- Sentiment Analysis of TripAdvisor Reviews with BERT. The pre-trained BERT model for sentiment analysis is suitable for unlabeled data, where supervised machine learning cannot be performed.

Output

You may access the deployed sentimental analyzer app here Open in Streamlit

Libraries used

  1. Transformers 4.11.3
  2. Pytorch 1.11.0
  3. Streamlit 1.7.0

Contributors

SiewPingYeo

16 commits

SiewPingYeo/Sentiment-Analyzer-Streamlit-and-HuggingFace-

1

stars

16

commits

Jupyter Notebook

primary language

May 13, 2022

updated

README

Sentiment-Analyzer-Streamlit-and-HuggingFace-

This project aims to create a sentiment analyzer app using Streamlit and BERT model from HuggingFace. The sentiment analyzer can be used to classify the text inputs from users into Negative, Neutral and Positive sentiments. Streamlit provides a platform for the model to be deployed and the code for deploying the model on Streamlit can be found in sentiment_analyser.py file, while the code to utilise the BERT model from Hugging Face can be found in the Jupyter Notebook titled- Sentiment Analysis of TripAdvisor Reviews with BERT. The pre-trained BERT model for sentiment analysis is suitable for unlabeled data, where supervised machine learning cannot be performed.

Output

You may access the deployed sentimental analyzer app here Open in Streamlit

Libraries used

  1. Transformers 4.11.3
  2. Pytorch 1.11.0
  3. Streamlit 1.7.0

Contributors

SiewPingYeo

16 commits

Languages

Jupyter Notebook

85.9%

Python

14.1%