Spnetic-5 / ospp_face_rec_draft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Recognition Bootcamp

Image search is one of the core ideas behind many different technologies, from autonomous cars recognizing objects to iPhones recognizing the correct user. Here you will find how one can easily empower their vision programs using Milvus. Milvus is a world-class distributed vector database. Here, I have added a face recognition demo to demonstrate the ability of Milvus and to teach users step-by-step how to use Milvus in real-life AI applications.

Try notebook

In this notebook we will be going over the code required to perform face recognition. This example uses MTCNN to detect faces & FaceNet model for extracting embeddings that are then used with Milvus to build a system that can perform the searches.

If you want to learn how to use various models and evaluate recall metrics, also providing object detection method. You can refer this tutorial.

How to Deploy

Here is the quick start for a deployable version of a face recognition. And you can also run with Docker.

In addition, there is quick start about image similarity search with face detection.

About


Languages

Language:Jupyter Notebook 97.0%Language:Python 3.0%