Sir i was unable to run the python file it was giving error, i have dowloaded the haarcascade file and put it in the same directory but it was giving the following error
C:\Users\naman\anaconda3\lib\site-packages\numpy_init_.py:140: UserWarning: mkl-service package failed to import, therefore Intel® MKL initialization ensuring its correct out-of-the box operation under condition when
Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see http://github.com/IntelPython/mkl-service
from . import distributor_init
ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last):
File “facedet.py”, line 1, in
import cv2
File "C:\Users\naman\anaconda3\lib\site-packages\cv2_init.py", line 5, in
from .cv2 import *
ImportError: numpy.core.multiarray failed to import