ShakiulAlamKafi/Digital-Image-Processing — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Digital Image Processing lab notebook project for students, organized as seven Jupyter notebooks named like lab 01 through lab 07. I don’t have a README or detailed requirements, so keep it practical and beginner friendly.

Each notebook should feel like a guided class lab. Start with a short explanation of the topic, load one or two sample images, show the original image, run the processing steps, and display clear before and after results. Include simple comments in the code so someone new can follow along, plus a few small exercises at the end of each lab.

Use Python in the notebooks and common image processing tools that are easy to install. Cover a reasonable progression of digital image processing basics, from reading and displaying images, pixel operations, grayscale and color work, filtering, edge detection, thresholding, morphology, and simple frequency or enhancement ideas if that fits.

Please make the notebooks clean, runnable, and self contained. Look up current docs online if you need to.

Want more depth? Deep Reverse