A Streamlit app that detects emotions (happy, sad, angry, etc.) from user-entered text using Natural Language Processing (NLP).
- Real-time emotion prediction
- Confidence score and probability chart
- Uses TF-IDF, Logistic Regression, and label encoding
- Trained on custom dataset
git clone https://github.com/your-username/emotion-detector.git
cd emotion-detector
pip install -r requirements.txt
To run the app:
streamlit run app.py