DeepFace icon indicating copy to clipboard operation
DeepFace copied to clipboard

No module named deepface - FACESMILE

Open wiliamc opened this issue 9 years ago • 2 comments

hi, I tried to run the facesmile demo from the Deep face 1.I changed the filepath and image names in the demo.py file 2.Then run the demo using python demo.py It shows error: File "demo.py", line 8, in from deepface import face_verify ImportError: No module named deepface

How to install the deepface module?

Thanks, Regards CIBIN

wiliamc avatar Aug 10 '16 09:08 wiliamc

the command is pip install DeepFace

AlienJock avatar May 22 '20 23:05 AlienJock

Try with pip3 install deepface

aguschapuis avatar Sep 29 '20 02:09 aguschapuis