A web application that checks the person on the selected image if he/she wear his/her mask. In the end, a notification will show up telling the users about the result.
The result may not be 100% accurate. This project is served for demonstration purposes only.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Alternatively, you can always use the link above to run the application.
- Install Python 3
- Download or clone this repository to your local device
- Navigate to the downloaded/cloned repository in the command line
- Type
python3 -m http.server
orpython -m http.server
depending on which one works - Copy the URL in the command line to the browser (usually
http://0.0.0.0:8000
) - Press
Ctrl+C
in the command line and close the tab running WearYourMask! when you are done
- HTML
- CSS
- JavaScript
- TensorFlow.js
I used only Git bash for version management.
Thanks to AIZOOTech for the detection module. The code is crucial for completing this project.