/Filters_Project

Implementing Filter effects as seen on Photoshop, Snapchat etc

Primary LanguagePython

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