A Python application that detects user emotions via AI and recommends personalized songs based on emotional state.
When launched, MusMoo engages users with thoughtful questions to gauge their emotional state. Leveraging an advanced emotion detection model, it then curates mood-based music recommendations and fetches them using the 'ytmusicapi' library. The suggestions are saved in TXT files within the /recommendations folder, ready to be used for creating YouTube Music playlists.
To use MusMoo, follow these simple steps:
pip install -r requirements.txt OR pip install -r requirements-gpu.txt (recommended if you have a GPU).As MusMoo progresses through development, the following enhancements are planned:
This project is licensed under the [Aferro GPL 3.0] License - see the LICENSE file for more details. In short, any usage and derivation of this application and its code comes with the following limitations -
7 commits
Python
100.0%
A Python application that detects user emotions via AI and recommends personalized songs based on emotional state.
When launched, MusMoo engages users with thoughtful questions to gauge their emotional state. Leveraging an advanced emotion detection model, it then curates mood-based music recommendations and fetches them using the 'ytmusicapi' library. The suggestions are saved in TXT files within the /recommendations folder, ready to be used for creating YouTube Music playlists.
To use MusMoo, follow these simple steps:
pip install -r requirements.txt OR pip install -r requirements-gpu.txt (recommended if you have a GPU).As MusMoo progresses through development, the following enhancements are planned:
This project is licensed under the [Aferro GPL 3.0] License - see the LICENSE file for more details. In short, any usage and derivation of this application and its code comes with the following limitations -
7 commits
Python
100.0%