An open API service indexing awesome lists of open source software.

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.

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.