This project aims towards making Image filters using the python OpenCV library that can be used as filters for an photo editing application. Some basic filters include :
- black and white
- sketch
- cartoonizer
- Original Input Image
- Vintage Filter result
- Cool Filter result
- Black and White Filter result
Python 3.6OpenCV (cv2)
- Fork and clone the project in your system.
- To install the required packages use the following command in terminal[Unix]:
pip3 install -r requirements.txt
- Open the terminal in
Image-Filtersdirectory and runmain.py - If you get an error, make sure all the import statements are working, if not, install using pip-install or google the install process.



