This is a development example of secure face recognition system that front and rear end separation . It is based on the face recognition package of insightface and the face anti-spoofing solution of SSAN
- Python 3.6+
- npm 8.1.0+
- cuda 11.0+
pip install -r requirements.txt
cd ./front/face_front
npm install
cd ./front/face_front
npm run dev
cd ../../
cd ./back
python main.py
http://localhost:5173
Use the face_slice to get the face image from the source image.We get the landmarks of faces before we get this.
it can add,edit,delete the pre-existing face
- warning when the spoof appeared
- enable to use the local camera
- better performance