chandrakalagowda commited on
Commit
1068bcb
1 Parent(s): c79e854

Update 1_reverse_video_search_engine.py

Browse files
Files changed (1) hide show
  1. 1_reverse_video_search_engine.py +0 -1
1_reverse_video_search_engine.py CHANGED
@@ -9,7 +9,6 @@
9
  #
10
  # Reverse video search is similar like [reverse image search](https://en.wikipedia.org/wiki/Reverse_image_search). In simple words, it takes a video as input to search for similar videos. As we know that video-related tasks are harder to tackle, video models normally do not achieve as high scores as other types of models. However, there are increasing demands in AI applications in video. Reverse video search can effectively discover related videos and improve other applications.
11
  #
12
- #
13
  # **What are Milvus & Towhee?**
14
  #
15
  # - Milvus is the most advanced open-source vector database built for AI applications and supports nearest neighbor embedding search across tens of millions of entries.
 
9
  #
10
  # Reverse video search is similar like [reverse image search](https://en.wikipedia.org/wiki/Reverse_image_search). In simple words, it takes a video as input to search for similar videos. As we know that video-related tasks are harder to tackle, video models normally do not achieve as high scores as other types of models. However, there are increasing demands in AI applications in video. Reverse video search can effectively discover related videos and improve other applications.
11
  #
 
12
  # **What are Milvus & Towhee?**
13
  #
14
  # - Milvus is the most advanced open-source vector database built for AI applications and supports nearest neighbor embedding search across tens of millions of entries.