A ML web app that detects emotions in a sequence of texts using Logistic Regression.
- Detects 28 different emotions dataset
- Shows confidence scores for top emotions
- Built with Streamlit for easy interaction
- Python
- Scikit-learn (Logistic Regression, TF-IDF)
- Streamlit
- GoEmotions Dataset
pip install streamlit scikit-learn pandas
streamlit run app.py