Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.25 KB

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.

Note

The result may not be 100% accurate. This project is served for demonstration purposes only.

Getting Started

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.

  1. Install Python 3
  2. Download or clone this repository to your local device
  3. Navigate to the downloaded/cloned repository in the command line
  4. Type python3 -m http.server or python -m http.server depending on which one works
  5. Copy the URL in the command line to the browser (usually http://0.0.0.0:8000)
  6. Press Ctrl+C in the command line and close the tab running WearYourMask! when you are done

Built With

  • HTML
  • CSS
  • JavaScript
    • TensorFlow.js

Versioning

I used only Git bash for version management.

Acknowledgments

Thanks to AIZOOTech for the detection module. The code is crucial for completing this project.