Feeling low? Feeling out of this world? Compliment it with a great selection of music specially tailored for you. Muze is your personal online Music Therapist for all those late night binge listening sessions. Powered by AI, muze uses state of the art machine learning algorithms to choose the best songs that can lift your mood or set it on fire.
| Library | Version |
|---|---|
| Algorithmia | Visit Website |
| Flask | 0.12.2 |
| hsaudiotag | 1.1.1 |
| Jinja2 | 2.10 |
| Matplotlib | 2.1.2 |
| NumPy | 1.14.0 |
| Pillow | 5.0.0 |
| simplejson | 3.13.2 |
| six | 1.11.0 |
| urllib3 | 1.22 |
| Werkzeug | 0.14.1 |
-
Sign up for an account on Algorithmia website and navigate to
Credentialssection in your profile to get your API key. -
Replace
api-keyin line 17 ofalgorithmia.pywith your Algorithmia API key:
def get_emotion():
...
client = Algorithmia.client('api-key')
...- In your terminal, type
python app.py - Visit
http://localhost:5000in a web browser - Enjoy the music!
- When the playlist ends, if you want to listen more, click on 'Get more music'
Brief description.
Parameters:
- ...
Returns:
- ...
Example:
from algorithmia import get_last_emotion
# get_last_emotion(...)