Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 769 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 769 Bytes

Mask It !

It's your generic mask detector ready for deployment, whenever and wherever you need. In the time of pandemic basic social precaution is the least requirement and this mini-project helps you in achieving the same with minimum effort.

Requriments:

  • Tensorflow
  • Kearas
  • Numpy
  • Pandas
  • OpenCv
  • Flask
  • Git (optional)
  • Conda (optional)

Model Architecture:

  • Model Type: Transfer Learning -- VGG16 (non-trainable,without-top)
  • Model Architecture :
    • Dense Layer - 3
    • Dropout -- 0.4
    • Optimizer = Adam
    • Loss = Binary Crossentropy
    • Metrics = Accuracy

Work of : @thatdanish

NOTE: Anyone is more than welcome to contribute a change/bug-fix/Pr etc.