Skip to content

GabrielRMx/Facial-Recognition-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial-Recognition-Python

Dependencies

  • face_recognition.
  • opencv-python.

Project Setup

  • Install virtualenv if you don't already have it.
pip install virtualenv

Create virtualenv in your project

  • Make an environment in project path with python using the following command.
virtualenv "venv name"
  • Install the project dependencies using the following command.
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages