Audio similarity search is used in a wide array of applications today, whether it be finding the name of a song, or authenticating a user. In these situations it is important that the searches are fast an efficient, and this is where Milvus excels.
In this notebook we will be going over the code required to perform an audio search. It uses combination of PANNs and Milvus to perform the searches.
Here is the quick start for a deployable version of audio search. The code for the system is in the ./server
directory.