Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 575 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 575 Bytes

Face Mask Detection

We implemented the software with Arduno Board which is open and close door with and without face mask.

Requirements

  • Arduino IDE
  • Python (any version)

How to run

  • Download the code and install python dependencies in main.py file.
  • Then upload the first file in arduino ide which is named as Arduino Code and note the port of your arduino board.
  • Then go to arduino.py and replace 4 no. line's /dev/ttyACM0 to your port.
  • Then run main.py to start your project.
 python main.py

or

 python3 main.py