Berikut merupakan langkah untuk menginstall face recognation library pada komputer Mac untuk Windows caranya kurang lebih sama
- Install Python 3.9 using Brew Command
brew install python
- Install OpenCV
pip3 install opencv-contrib-python
- Install Pillow
ppip3 install pillow
- Install Imutils
pip3 install imutils
- Install Cmake
brew install cmake
- Install dlib
brew install dlib or pip3 install dlib
- Install library face_recognition
pip3 install face_recognition
- Run lab1.py
python3 lab1.py