This application is intended to analize artists' discographies and particular songs.
- Find out information about songs (genre, album, rating, etc.);
- Find out information about artists (popular songs, rating, country, etc.);
- Extract key words and mood of songs and artists' discographies.
- Clone this project;
- Install requirements.txt:
pip install -r requirements.txt
- Insert your Musixmatch and AYLIEN APIs' keys in music_data_types.py;
- Run app.py.
Or simply visit Music Analizer
Watch a user guide here
- Flask - The web framework used;
- Musixmatch API - API for exctracting information about artists and songs;
- AYLIEN API - API for Sentimental Analysis and Entity Exctraction.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details