Tolgaisikp / facial-recognition-app

Facial Recognition App with Tensorflow and Kivy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facial-recognition-app

  • Facial Recognition App with Tensorflow and Kivy
  • Get 50 images from positive_image into app/application_data/verification_image and add siamesemodel.h5 in app/models

tree of facial-recognition-app

├───app
│   ├───application_data
│   │   ├───input_image
│   │   └───verification_images
│   └───models
├───application_data
│   ├───input_image
│   └───verification_images
├───data
│   ├───anchor
│   ├───negative
│   └───positive
└───training_checkpoints

About

Facial Recognition App with Tensorflow and Kivy


Languages

Language:Jupyter Notebook 97.3%Language:Python 2.7%