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.
Clone the repository from github:
git clone https://github.com/miraytopal/Insightface-Face-Recognition
To install dependencies:
pip install -r requirements.txt
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.
https://github.com/miraytopal/Insightface-Face-Recognition
pip install -r requirements.txt
streamlit run main.py