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: 4 months ago
JSON representation
Thanks to Youtube users' playlists, this app crosses the playlists results to find the best similar songs to the given songs.
- Host: GitHub
- URL: https://github.com/hackndo/musicmatchx
- Owner: Hackndo
- License: gpl-3.0
- Created: 2016-06-08T14:04:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T14:15:19.000Z (about 10 years ago)
- Last Synced: 2024-12-30T21:41:55.177Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 git@github.com: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
*