Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.23 KB

Insightface-Face-Recognition

This project is a face recognition project using InsightFace algorithms.

InsightFace is an open source 2D&3D deep face analysis toolbox, mainly based on PyTorch and MXNet.

In this repo, we will use the R50 Model, one of the InsightFace algorithms. You can download the model here.

face-recognition-example

Installation

Clone the repository from github:

git clone https://github.com/miraytopal/Insightface-Face-Recognition

To install dependencies:

pip install -r requirements.txt

Demo

In this demo, a web application has been made to perform facial recognition using the streamlit library. A similarity score is generated by comparing two images uploaded to this web app.

face-recognition-demo

Demo Installation

https://github.com/miraytopal/Insightface-Face-Recognition
pip install -r requirements.txt
streamlit run main.py

Sources: