Skip to content

RH-NAYM/Face_Matching_with_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face_Matching_with_Python

Instal Some Libraries

  1. Create a new python environment with python version of 3.8 (conda create --name <env_name> python==3.8)
  2. Activate the environment (conda activate <env_name>)
  3. Install some libraries as below:
  4. conda install -c conda-forge dlib
  5. pip install face_recognition
  6. pip install requests
  7. pip install fastapi pydantic uvicorn
  8. pip install pytz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages