Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 685 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 685 Bytes

Flask Image Processing Application

This Flask application provides various image processing functionalities, including background removal, face mesh detection, and face detection using the cvzone library.

Features

  1. Background Remover:

    • Removes the background from an uploaded image and replaces it with a user-defined color.
  2. Face Mesh:

    • Detects and highlights facial landmarks on an uploaded image.
  3. Face Detector:

    • Detects faces in an uploaded image and highlights them with bounding boxes.

Demo Image

Demo1 Demo2