Create a basic UI for the project using Tkinter (desktop) or Streamlit (web).
The UI should allow users to upload an image, apply noise removal or enhancement, and see results side by side.
Tasks:
Add a “Browse File” button.
Display before/after images.
Add dropdown to choose filter (Median, Gaussian, Bilateral, etc.)
Save output image in /output/.
Create a basic UI for the project using Tkinter (desktop) or Streamlit (web).
The UI should allow users to upload an image, apply noise removal or enhancement, and see results side by side.
Tasks:
Add a “Browse File” button.
Display before/after images.
Add dropdown to choose filter (Median, Gaussian, Bilateral, etc.)
Save output image in /output/.