- Create a new python environment with python version of 3.8 (conda create --name <env_name> python==3.8)
- Activate the environment (conda activate <env_name>)
- Install some libraries as below:
- conda install -c conda-forge dlib
- pip install face_recognition
- pip install requests
- pip install fastapi pydantic uvicorn
- pip install pytz
RH-NAYM/Face_Matching_with_Python
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|