neural-audio-fp icon indicating copy to clipboard operation
neural-audio-fp copied to clipboard

Whether to check the similarity before audio storage

Open 980202006 opened this issue 3 years ago • 4 comments

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

980202006 avatar Aug 31 '21 12:08 980202006

@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.

mimbres avatar Sep 02 '21 12:09 mimbres

@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

Mihonarium avatar Sep 02 '21 12:09 Mihonarium

@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.

mimbres avatar Sep 02 '21 13:09 mimbres

Thank you!I try to expose the interface.

980202006 avatar Sep 06 '21 03:09 980202006