- face_recognition.
- opencv-python.
- Install virtualenv if you don't already have it.
pip install virtualenv
- 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