Skip to content

Latest commit

 

History

History
 
 

audio_similarity_search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Audio Similarity Search

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.

Try notebook

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.

How to deploy

Here is the quick start for a deployable version of audio search. The code for the system is in the ./server directory.