Skip to content

iamkaustubh1019/Face-Detector-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Detector-Python

Install Python-pip

Steps:For Windows

Step 1 : Install choco from https://chocolatey.org/install Step 2 : Install python3 by running this command in administrative shell choco install -y python3 Step 3 : Insure that python installer pip is present in Environment Variables. Step 4 : Type pip install opencv-python in the same directory you are working in. Step 5 : Run the .exe file or simply double click the file after saving.

Steps : For Linux Step 1 : sudo apt-get install python3-pip Step 2 : Follow step 4 from above mentioned windows set-up. Step 3 : Run the code.

Similarly for macOS use brew for setup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages