https://github.com/egamagz/facial_recognition
A simple face recognition program for the Augmented Reality course built with Flet and OpenCV.
https://github.com/egamagz/facial_recognition
face-recognition facial-recognition flet opencv python python3
Last synced: 4 months ago
JSON representation
A simple face recognition program for the Augmented Reality course built with Flet and OpenCV.
- Host: GitHub
- URL: https://github.com/egamagz/facial_recognition
- Owner: EGAMAGZ
- License: mit
- Created: 2024-01-25T03:14:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-08T03:00:56.000Z (6 months ago)
- Last Synced: 2025-04-14T01:44:58.916Z (6 months ago)
- Topics: face-recognition, facial-recognition, flet, opencv, python, python3
- Language: Python
- Homepage:
- Size: 3.05 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
https://github.com/EGAMAGZ/facial_recognition/assets/46827955/eefbc7b8-4043-4c11-829a-00e0421baba0
## Usage
To run the app, install the dependencies with
``` shell
poetry install --no-root
```and run the app with
```shell
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](LICENSE).
----
This project was created for the Augmented Reality course at the university.