/facial_recognition

A simple face recognition program for the Augmented Reality course built with Flet and OpenCV.

Primary LanguagePythonMIT LicenseMIT

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

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.