This project focuses on detecting human emotions from text using Natural Language Processing techniques.
- Hugging Face
emotiondataset - Six emotions: sadness, joy, love, anger, fear, surprise
- Naive Bayes + TF-IDF
- Logistic Regression + TF-IDF
- LSTM (Basic) (to be added)
- LSTM with GloVe (to be added)
notebooks/: Model implementationssrc/: Reusable preprocessing and evaluation coderesults/: Plots and metrics