This App can :
- Convert & Apply three different styling effects to an Image π
- Style Effects are --> Pop / dotted art, Cartoon art, Water Color Painted art
1οΈβ£ opencv
-- for applying effects on the image
2οΈβ£ numpy
-- is used to convert, read, perform array methods on the image
3οΈβ£ Pillow
-- used to convert the numpy array & return back an image
4οΈβ£ streamlit
-- for hosting the UI for the App
Well, I've already tried the Pencil Sketch Effect
using OpenCV, but never thought of applying such amazing effects on an Image using Python!
Learnt a lot while trying these effects as well as unleashed the power of OpenCV in general. π