# Image Style Processor A comprehensive Python script that applies artistic hand-drawn and futuristic effects to images. ## Requirements - Python 3 - OpenCV (cv2) - NumPy Install dependencies: ```bash pip install opencv-python numpy ``` ## Usage ```bash python3 image_style_processor.py