This Christmas Lyrics Emotion Detector is created by Rob van Zoest and started with the idea for a fun pre-christmas project:
- The code is available on github.com/innerdoc
- The emotions were taken from Plutchik's wheel of Emotions
- The data was generated with the help of Zero-shot emotion classification with Transformers from Huggingface and this Colab Notebook
- The interface is build with the help of Streamlit and Plotly
Below an example of the App.
pip install -r requirements.txt
streamlit run christmas_lyrics_emotion_detector.py