Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hackndo/musicmatchx
- Owner: Hackndo
- License: gpl-3.0
- Created: 2016-06-08T14:04:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T14:15:19.000Z (over 8 years ago)
- Last Synced: 2024-11-08T04:44:45.442Z (2 months 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 [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
*