install create python env bash command interminal:
brew install python@3.9
python3.9 -m venv myenv
source myenv/bin/activate # On macOS/Linux myenv\Scripts\activate # On Windows
pip install -r requirements.txt
pip list # check all the library
if haing issue dlib library use this command
brew install cmake
brew install boost
brew install boost-python3
brew install jpeg
Then reinstall dlib
pip uninstall dlib
pip install dlib
clone this repo
gh repo clone OwenYooYoo/webcam-antispoofing
cd webcam-antispoofing
pip install -r requirements.txt
python main.py
https://github.com/OwenYooYoo/AugmentationForDlibModel
https://github.com/lorenzodlm/AfterFall-next
https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam.py
https://github.com/ageitgey/face_recognition/blob/master/examples/blink_detection.py
https://www.datacamp.com/tutorial/face-detection-python-opencv
https://medium.com/@fareedkhandev/modern-gui-using-tkinter-12da0b983e22