forked from 170010011/fr
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
|
pip3 freeze > requirements.txt
|
||
|
pip3 install -r requirements.txt
|
||
|
|
||
|
python3 -m venv fr_env
|
||
|
source fr_env/bin/activate
|
||
|
|
||
|
https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/
|