This Flask application provides various image processing functionalities, including background removal, face mesh detection, and face detection using the cvzone
library.
-
Background Remover:
- Removes the background from an uploaded image and replaces it with a user-defined color.
-
Face Mesh:
- Detects and highlights facial landmarks on an uploaded image.
-
Face Detector:
- Detects faces in an uploaded image and highlights them with bounding boxes.