🖼️ Cartoon Image Filter
Python, OpenCV | Nov 2023 – Dec 2023
A computer vision tool that applies artistic effects (like cartoon and sketch styles) to user-uploaded images. The interface allows interactive filter selection and real-time preview using IPyWidgets.
🔧 Key Features
- Cartoon, pencil sketch, and color-preserving filters using OpenCV
- Interactive UI built with IPyWidgets inside Jupyter Notebook
- Real-time preview and download option for filtered images
- Efficient image processing with minimal latency
👩💻 My Role
- Implemented all image processing filters using OpenCV
- Designed interactive widgets for filter selection and preview
- Wrote clean, modular Python code with user-friendly interface