Skip to content

Implementation of Siamese neural network for on-shot recognition research paper

License

Notifications You must be signed in to change notification settings

rohit-chandra/Deep_Facial_Recognition_App

Repository files navigation

Deep_Facial_Recognition_App

Build a Python Facial Recognition App with Tensorflow, OpenCV and Kivy from stratch

Software and Tools Requirements

  1. Github Account
  2. VSCodeIDE
  3. GitCLI

Create a new environment

conda create -p env_name python==3.9.12 -y
conda activate env_name

Dependencies

conda install --yes --file requirements.txt or pip install -r requirements.txt

Download the Labeled Faces in the Wild dataset : Link

To run the facial recognition app

python faceid.py

Screenshot of the webapp

Alt text

References

  1. Setup Cuda
  2. Alternative method - Cuda toolkit

About

Implementation of Siamese neural network for on-shot recognition research paper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published