circle and search
1.0.0
Circle to Search is a vector database powered feature that allows you to quickly search for information about what you see on your images, using a simple gesture with your finger or mouse pointer.

Live Demo: https://frontend-shivamarora1s-projects.vercel.app/

Embeddings of images along with their meta are stored inside Milvus vector database. Image embeddings are generated using titan multi embeddings generation model.
cd frontend
npm install
ng serve
.env referring to .env.example.cd backend
npm install
vercel dev