Face attendance system using face recognition with Python !
- Python 3.8
In Windows, you will need to do a couple of additional steps before starting with this tutorial:
- Follow the instructions described in this video https://www.youtube.com/watch?v=xaDJ5xnc8dc, from the minute 4:39 to 6:07
- Install the packages in requirements_windows.txt.
- Install the packages in requirements.txt
git clone https://github.com/computervisioneng/Silent-Face-Anti-Spoofing.git
pip install -r Silent-Face-Anti-Spoofing/requirements.txt
Remember to add the Silent-Face-Anti-Spoofing directory to your PYTHONPATH.