Skip to content

rinoshinme/vortex-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Logo Search

Simple Logo Search with faiss(facebook)

Install Faiss

# CPU-only version  
$ conda install -c pytorch faiss-cpu

# GPU(+CPU) version  
$ conda install -c pytorch faiss-gpu

TODO: use yolo onnx for inference.

Models

  • image search: resnet, fingerprinting
  • text search: ibot, mocov3, CLIP

TODO:

  • for each feature/model, make it a service, so that the main application can access.
  • enable multiple models being used simultaneously.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages