Day 3/30 – NumPy operations with image I developed an Image Editor web app where most of the image processing is powered by NumPy. 🌐 Live App: https://lnkd.in/gBf2rK7U GitHub: https://lnkd.in/gxENJ_3C Key things I learned: 🔹 NumPy for Image Processing – Images are just arrays (pixels) – Applied operations like brightness, contrast, negative using array math – Used slicing for crop, flip, rotate – Created effects like grayscale, sepia, vignette using matrix operations 🔹 Real-time Transformations – Converted images (Base64 ↔ NumPy array) – Applied filters and returned processed images through APIs 🔹 Advanced Processing – Blur (Gaussian filter), edge detection (Sobel) – Sharpening using array differences This project helped me understand how powerful NumPy is for real-world image manipulation. #NumPy #Python #Flask #ImageProcessing #WebDevelopment #LearningByDoing

To view or add a comment, sign in

Explore content categories