This project was created to help visualize the effects of convolutions on an image. This project allows you to:
- Try out different kernels with sizes 3x3, 5x5 and 7x7
- Apply some preset filters
- Add/Remove layers
- Apply virtually infinite number layers in sequence
This application was built using Vue
npm install
npm run serve
See Configuration Reference for more details.