balajisrinivas / Face-Mask-Detection

Detecting face masks using Python, Keras, OpenCV on real video streams
479 stars 683 forks source link

Error while final execution #7

Open 4dinkar opened 3 years ago

4dinkar commented 3 years ago

Hello

Kindly hep on this

C:\Users\madhubala\detection\Face-Mask-Detection-master>python detect_mask_video.py Traceback (most recent call last): File "detect_mask_video.py", line 2, in from tensorflow.keras.applications.mobilenet_v2 import preprocess_input ModuleNotFoundError: No module named 'tensorflow'

C:\Users\madhubala\detection\Face-Mask-Detection-master>

Dark-Programm commented 3 years ago

Install or update tensorflow or run the requirements.txt file provided in repository.