An interactive image processing web app built with Streamlit and OpenCV.
The app allows users to upload an image, apply various processing steps, and download the results individually or as a ZIP file.
- Upload an image (
.jpg,.jpeg,.png). - Choose processing steps:
- π Denoise
- π Brighten
- π Normalize Size
- π Illumination Normalization
- π Outline Detection
- Preview processed images instantly.
- Download:
- Selected processed images in a ZIP file.
- Clone the repository:
git clone https://github.com/yourusername/image-processing-app.git cd image-processing-app