This repository holds the downstream task of Face Mask Classification performed on Self Currated Custom Dataset with various State of the Art deep learning models like ViT, BeIT, DeIT, ConvNeXt, VGG16, EfficientNetV2, RegNett and MobileNetV3.
- Detects Multiple Faces from afar.
- Classify faces as Mask or No Mask.
- Sends Annotated response of an image with labelled faces.
- Sends Numbers of faces in Headers Response.
- Sends Labels as an array in Header Response.
- Made with FASTAPI
- Validation by PyDantic
-
URL: /image
-
Type: Post
-
Body: form-data
- Key: "Image"
- Value: Selected Image
- Status: 201
- Annotated Image
- Headers:
- "human-count": Number of faces detected
- "labels": Labels of faces detected [MASK | NO MASK]