Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aniike-t/image-processsing-filters

Small projects protraying use of edge detection prewitt, sobel, median filter and guassian blur
https://github.com/aniike-t/image-processsing-filters

guassianblur image-processing median-filter prewitt-filter sobel-filter

Last synced: 6 days ago
JSON representation

Small projects protraying use of edge detection prewitt, sobel, median filter and guassian blur

Awesome Lists containing this project

README

        

# **Image Processing Web App**:

### Steps to run above app :

1. Install Vite: ```npm install -g vite```
2. Install Dependencies : ```npm install```
3. Run app: ```npm run dev```