balajisrinivas / Face-Mask-Detection

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

How I should install the requirements #17

Open messi234 opened 2 years ago

khansaad1275 commented 2 years ago

pip install -r requirements.txt

messi234 commented 2 years ago

pip install -r requirements.txt

But I got error in prompt I don't know why

aritroo commented 2 years ago

Use python 3.7 or 3.9 and try to install all the requirements by using the command "pip install -r requirements.txt".