Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 920 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 920 Bytes

ShortProject_Filteram

An image processing app built using Streamlit which shows a wide range of filters applied to the users input image.

This repository contains an Image Processing App built with Streamlit, a web application framework for data science and machine learning. The app allows users to upload their images. It offers a range of filters, transformations, contrast adjustment, histogram equalization, and more. Users can visualize the effects of different techniques and compare multiple modified versions of their images. The app provides a user-friendly interface and allows users to save the modified images locally. It serves as a practical tool for image editing and exploration of image processing techniques.

FILTERS SUCH AS:

  • Gaussian Filter
  • Power Transformed
  • Contrast Stretching
  • Blurring
  • Pass Filtering
  • and many more