Build a Deep Facial Recognition App // Part 8 - Kivy Computer Vision App with OpenCV and Tensorflow

Ever wanted to implement facial recognition or verification into your application? In this series you’ll learn how to build a deep facial recognition application to authenticate into an application. You’ll start off by building a model using Deep Learning with Tensorflow which replicates what is shown in the paper titled Siamese Neural Networks for One-shot Image Recognition. Once that’s all trained you’ll be able to integrate it into a Kivy app and actually authenticate! In Part 8 you’ll go through how to: Installing and Setting Up Kivy Building a Tensorflow Computer Vision App Performing Facial Verification with the App Get the code: Final App: Links Paper: ~rsalakhu/papers/ Labelled Faces in the Wild: Chapters: 0:00 - Start 0:54- Explainer 1:33 - Tutorial Start 2:16 - Whiteboard 5:09 - Setup App Folder 5:52 - Install Kivy 7:45 - Setup Validatio
Back to Top