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

https://github.com/zulhaditya/musicari

The Music Recognition program uses the Librosa Library and the SHA256 Hashing Method
https://github.com/zulhaditya/musicari

audio-classification audio-recognition machine-learning python

Last synced: about 1 year ago
JSON representation

The Music Recognition program uses the Librosa Library and the SHA256 Hashing Method

Awesome Lists containing this project

README

          

# Musicari

## API

### Tambahkan Lagu
- curl -X POST -F "audio=@dataset/follow-you.wav" -F "title=No Surprises" http://127.0.0.1:5000/add_song

### Cari Lagu
- curl -X POST -F "audio=@dataset/follow-you.wav" http://127.0.0.1:5000/find_song

### Hapus Lagu
- curl -X DELETE http://127.0.0.1:5000/delete_song \
-H "Content-Type: application/json" \
-d '{"title": "Follow You"}'