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
- Host: GitHub
- URL: https://github.com/zulhaditya/musicari
- Owner: Zulhaditya
- Created: 2025-02-27T15:41:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T20:37:36.000Z (over 1 year ago)
- Last Synced: 2025-03-16T19:37:08.878Z (over 1 year ago)
- Topics: audio-classification, audio-recognition, machine-learning, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"}'