Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hackndo/musicmatchx

Thanks to Youtube users' playlists, this app crosses the playlists results to find the best similar songs to the given songs.
https://github.com/hackndo/musicmatchx

Last synced: 9 days ago
JSON representation

Thanks to Youtube users' playlists, this app crosses the playlists results to find the best similar songs to the given songs.

Awesome Lists containing this project

README

        

# MusicMatchX

Description
-----------

Thanks to Youtube users' playlists, this software crosses the playlists results to find the best similar songs to the given songs.

Initialization
--------------

```sh
git clone [email protected]:Hackndo/MusicMatchX.git
cd MusicMatchX/
mkvirtualenv mmx -p $(which python3)
pip install -r requirements.txt
```

Then rename `config.ini.example` file into `config.ini` and edit it with your Google API Key

Usage
-----

```sh
python app.py
```

Todo
----

* Remove duplicate songs
* Remove source songs
* Create a matching score
*