Devasy23 / FaceRec

An advanced facial recognition system designed for real-time identification using deep learning models and optimized vector search. Features include face detection, embedding generation, and scalable deployment options.
Apache License 2.0
29 stars 24 forks source link

Vector Embedding Search Optimization #62

Open devansh-shah-11 opened 1 week ago

devansh-shah-11 commented 1 week ago

Is your feature request related to a problem? Please describe. Embedding searches in vector databases for face recognition can be slow, especially with large datasets. Faster retrieval methods are essential for efficient model evaluation and experimentation.

Describe the solution you'd like Implement optimizations for embedding search by leveraging indexing strategies like Approximate Nearest Neighbor (ANN) and caching mechanisms. These optimizations should be adaptable across different vector DBs (such as FAISS, Pinecone, Milvus) to ensure faster face recognition queries.

Additional context These optimizations will enhance overall system performance and enable more efficient searches, thereby improving the response time.

Checklist

Sai-ganesh-0004 commented 1 week ago

Hello I would like to work on this Can you assign it to me

Devasy23 commented 6 days ago

Hey @Sai-ganesh-0004 , I hope the issue you working on is going well, If you need any help you may reach out to us, we'll be happy to guide you