Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.19 KB

Image Processing Outlook

Building an interface for Image Processing and Analysis.

Tools and Software Used

  • Python 3.x
  • Streamlit
  • flask

Modules Used

  • cv2
  • streamlit
  • numpy
  • PIL
  • matplotlib

Execute Code

To get started, clone this repo and run the following to install the required packages:

  • pip install -r requirements.txt

To run the app, you can run:

  • streamlit run app.py

Output

Demo Video - Drive Link

video

Screenshots

  • Uploading Image image
  • Converting to Grayscale Model image
  • Converting to HSV color model image
  • Toggle with Brightness image
  • Toggle with Contrast image
  • Toggle with Blurness image