This Streamlit application allows users to capture an image using their webcam or upload image and apply various image processing techniques, including:
- 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.