Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 632 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 632 Bytes

Image Filters interactive webapp with Steamlit

The aim of this project is to implement various filters and effects as seen on Photoshop, Snapchat etc.

Running the project

Online(No install)

Streamlit App

Offline

pip install -r requirements.txt
streamlit run app.py

This project currently has the following filters

  • Blur
  • Gaussian Blur
  • Gray
  • Emboss
  • Invert
  • HDR
  • Histogram Equalize
  • Adjust Brightness
  • Color Filters
  • Sketch Filter
  • Cartoon Filter