Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 608 Bytes

File metadata and controls

25 lines (16 loc) · 608 Bytes

Grayscale Image Converter

🎯 Objective

  1. Take user input for image:

    • Enter file path (CLI) or upload image (Streamlit).
  2. Load the image.

  3. Convert the image to grayscale.

  4. Ask user if they want to:

    • View the grayscale image (press 1)
    • Save the grayscale image (press 2)
  5. If saving, ask for output filename and save the grayscale image.


Optional for Streamlit:

  • Show original and grayscale images side-by-side.
  • Allow download of the grayscale image.
  • Set custom page title and icon.