Repo contains all files of project "Machine Learning for Sentiment Analysis" to deploy on a Streamlit web app:
https://sentiment-analysis-ml-chihoang.streamlit.app/
ML models includes:
- BERT fine-tune model (accuracy 92%)
- Classical ML Support Vector Classifier + Bag of Words (SVC+BOW) (accuracy 73%)
- Built-in Textblob library (accuracy 70%)