Skip to content

miraytopal/Insightface-Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published