Skip to content

Face detection and face recognition for the kivy camera class.

License

Notifications You must be signed in to change notification settings

Schlaubischlump/KivyFaceRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KivyFaceRecognition

This repository contains a simple example application to demonstrate realtime face detection and recognition for the default Kivy camera class by using the following additional libraries:

You should replace the Test.png file with a file of a person you want to identify. You can register multiple persons by adding additional register calls to main.py.

camera.register_person("NAME", "file.png")

When you run the main.py you should be presented with a UI looking like this:

Detected faces will be surrounded by a red border that contains a label below it with the name of the person or Unknown, if no name is registered for the detected face.

About

Face detection and face recognition for the kivy camera class.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages