Skip to content

AI for checking whether you use mask or not and the type of the mask itself.

License

Notifications You must be signed in to change notification settings

danieldanuega/mask-detector

Repository files navigation

Mask Detector with TFLite Object Detection API in Microcontroller

This project using python 3.6

Raspberry Pi 4

  1. cd mask-detector
  2. workon mask
  3. Comment the opencv-python in requirements.txt
  4. pip install -r requirements.txt
  5. python TFLite_detection_webcam.py --modeldir=TFLite_model

In Desktop

  1. cd mask-detector
  2. activate venv
  3. pip install requirements.txt
  4. python TFLite_detection_webcam.py --modeldir=TFLite_model

Cite

TFLite_model is made by https://github.com/wangyifan411/Face-Mask-Type-Detector

Releases

No releases published

Packages

No packages published

Languages