Real-Time AI Webcam Style Transfer with OpenCV and Pillow allows users to apply artistic styles to webcam feed in real-time.
The app uses lightweight image transformations implemented as functions, enabling users to switch styles on-the-fly.
Effects in the app are created using OpenCV's features like bilateralFilter, Canny, cv2.kmeans, morphological operations, adaptive thresholding, and color maps.
This project showcases the power of computer vision with OpenCV and creative engineering to bring real-time AI art to local machines without heavy models or cloud APIs.