Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 729 Bytes

File metadata and controls

12 lines (8 loc) · 729 Bytes

Image Processing with Streamlit

This Streamlit application allows users to capture an image using their webcam or upload image and apply various image processing techniques, including:

Feature

  • Webcam Capture: Click the "Open Camera" button to capture an image directly from your webcam.
  • Image Processing: Automatically applies grayscale conversion, Gaussian blur, and edge detection to the captured image.
  • 2x2 Grid Display: Displays the original and processed images in a 2x2 grid layout for side-by-side comparison.

The processed images are displayed in a 2x2 grid layout for easy comparison.