A simple program to demonstrate the use of the Flet framework with OpenCV to perform facial recognition in camera.
- Store face data in a json database
- Capture and store face data
- Train model with face data
- Recognize faces
example.mp4
To run the app, install the dependencies with
poetry install
and run the app with
python main.py
I welcome contributions. If you find any bugs or have suggestions, please feel free to pull a request or open an issue.
This project is licensed under the MIT license.
This project was created for the Augmented Reality course at the university.