Closed 980202006 closed 2 months 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.
@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 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.
Thank you!I try to expose the interface.
Whether to check the similarity before audio storage? Is there a simple demo for query and other operations ?