Skip to content

Latest commit

 

History

History
 
 

video_similarity_search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Video search system based on Milvus

Try notebook

  • In this notebook we will be going over the code required to perform similar video search. This example uses Towhee to extract video features that are then used with Milvus to build a system that can perform the searches. If you want to learn how to reduce resource usage, speed up system, and ensure stability, you can refer this link

How to Deploy

  • Here is the quick start for a deployable version of a similar video search system.
  • In addition, there is quick start about video object detection.