mimbres / neural-audio-fp

https://mimbres.github.io/neural-audio-fp
MIT License
179 stars 25 forks source link

Whether to check the similarity before audio storage #16

Closed 980202006 closed 2 months ago

980202006 commented 3 years ago

Whether to check the similarity before audio storage? Is there a simple demo for query and other operations ?

mimbres commented 3 years ago

@980202006 If I understood the question correctly, do you want to search without faiss using custom data (your mp3s)? : If so, mini-search-validation can be used. For example, you can replace the validation set with your custom 300 songs. This validation uses each song as a query and perform search within the 300 songs. I can provide a more convenient interface for that through a code update soon.

Mihonarium commented 3 years ago

@mimbres, I think it would be convenient to have an interface for managing a simple DB with adding/deleting songs and matching new audio against the DB. If you're not already working on this, let me know, I can help

mimbres commented 3 years ago

@Mihonarium I am not already working on it. I have thought your notebook was awesome. I will appreciate your help:) If you PR a draft of interface for a new feature/function (as /extras/notebook/*.ipynb), I can also help you implement it.

980202006 commented 3 years ago

Thank you!I try to expose the interface.