Skip to content

onolinus/facedetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO WRITE A FACE DETECTION PROGRAM IN 2 HOURS?

System Requirement

Installation for Mac

Berikut merupakan langkah untuk menginstall face recognation library pada komputer Mac untuk Windows caranya kurang lebih sama

  1. Install Python 3.9 using Brew Command brew install python
  2. Install OpenCV pip3 install opencv-contrib-python
  3. Install Pillow ppip3 install pillow
  4. Install Imutils pip3 install imutils
  5. Install Cmake brew install cmake
  6. Install dlib brew install dlib or pip3 install dlib
  7. Install library face_recognition pip3 install face_recognition
  8. Run lab1.py python3 lab1.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published