Image Detector and Convertor App

Open in Streamlit
python
streamlit
opencv
sublime text
terminal

  • Image Detector and Convertor App created using python’s Pillow, OpenCV, cvlib, numpy and streamlit packages.
  • Image Detector can perform Face Detection, Gender Detection and Object Detection using cvlib’s detect_face(), detect_gender() and detect_common_objects()
  • Image Filters can perform Gray Scale Effect, Pencil Drawing Effect, Sepia Effect, Summer Effect, Winter Effect, Invert Effect and also can alter Image’s Contrast, Brightness and Blurriness
    using OpenCV functions.

App Interface ?:-

app_interface

Installation

To install all necessary requirement packages for the app ?

pip install -r requirements.txt

Original Image:

original image

Face Detection:

face detection image

Gender Detection:

gender detection image

Object Detection:

object detection image

Brightness:

brightness sample image

Blurring:

blurring sample image

Contrast:

constrast sample image

Gray-Scale Effect:

grayscale image

Pencil Drawing Effect:

pencil drawing image

Sepia Effect:

sepia effect image

Invert Effect:

invert effect image

Summer Effect:

summer effect image

Winter Effect:

winter effect image

GitHub

View Github