/Music_analizer

Application for analizing artists' discographies and particular songs.

Primary LanguagePythonMIT LicenseMIT

This application is intended to analize artists' discographies and particular songs.

With Music Analizer you can:

  • 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.

Installing

  1. Clone this project;
  2. Install requirements.txt:
    pip install -r requirements.txt
    
  3. Insert your Musixmatch and AYLIEN APIs' keys in music_data_types.py;
  4. Run app.py.

Or simply visit Music Analizer

How to use

Watch a user guide here

Built With

  • Flask - The web framework used;
  • Musixmatch API - API for exctracting information about artists and songs;
  • AYLIEN API - API for Sentimental Analysis and Entity Exctraction.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details