• Stars
    star
    1
  • Language
    Python
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Face Mask Detection is simple model build using Tensorflow, Keras, MobileNet and OpenCV. The model is accurate since it uses MobileNetV2 architecture which is computationally efficient. This system can therefore be used in real-time applications which require face-mask detection for safety purposes due to the outbreak of COVID-19. The whole programming part is done in Google Colab. Since most of python library is pre-installed in Google Colab it will be easy to write the code.