Implementation of vision system for covid-19 totems control through real-time facial mask detection. This approach seeks to work effectively on low-cost hardware, such as the Raspberry PI 4 model b, 4gb version.
To setup your system just use git clone command, all the files are included in this repository. To do it, use:
git clone https://github.com/victorkich/TotemUFSM/
All of requirements is show in the badgets above, but if you want to install all of them, enter the repository and execute the following line of code:
pip3 install -r requirements.txt
For test in your own computer, just type the following line of code:
python3 totem.py
This project is inspired by the following GitHub repository: JadHADDAD92
If you liked this repository, please don't forget to starred it!