chiragkava / Face-Mask-Detector

App to check whether image contains a person wearing a mask

Home Page:https://iv000vo6mf.execute-api.ap-south-1.amazonaws.com/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face-Mask-Detector

New Release:

  • Migrated to AWS
  • Restructered code

Application to check whether people are wearing masks or not
đź”— https://iv000vo6mf.execute-api.ap-south-1.amazonaws.com/dev/
Note Lambda invocation might take time if its getting initialized after long time. In this case check after 1 - 2 minutes.

API / Framework used:

  • YOLOV5
    • Used To train the model on custom dataset.
  • Flask
    • Used to connect backend(python) with the frontend(website).
  • Pytorch
    • Used to load model and run inference on images.
  • Bootstrap
    • Used for styling components and to make App responsive in all devices and screens

Screenshots

Small Devices Medium Devices
Large screen Devices

About

App to check whether image contains a person wearing a mask

https://iv000vo6mf.execute-api.ap-south-1.amazonaws.com/dev/

License:GNU General Public License v3.0


Languages

Language:Python 94.9%Language:HTML 3.1%Language:Shell 0.9%Language:Dockerfile 0.5%Language:JavaScript 0.5%