Face attendance system using face recognition with Python !
Watch on YouTube: Face attendance system with Python and face recognition !
Watch on YouTube: Face attendance system with liveness detection !
- 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=oTv7HB6CRpQ
- 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.
Face attendance + face recognition web app with React and Python!
Watch on YouTube: Face attendance + face recognition web app with React and Python !
The code for this project is available here.