Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 819 Bytes

File metadata and controls

40 lines (24 loc) · 819 Bytes

Facial recognition

A simple program to demonstrate the use of the Flet framework with OpenCV to perform facial recognition in camera.

Features

  • Store face data in a json database
  • Capture and store face data
  • Train model with face data
  • Recognize faces

Example

example.mp4

Usage

To run the app, install the dependencies with

poetry install --no-root

and run the app with

python main.py

Contributing

I welcome contributions. If you find any bugs or have suggestions, please feel free to pull a request or open an issue.

License

This project is licensed under the MIT license.


This project was created for the Augmented Reality course at the university.