This project provides a simple web application for converting an image to a black and white cartoonized version. The backend is implemented in Java using the OpenCV library for image processing, and the frontend is designed as a basic HTML web page with JavaScript for handling file uploads.
- Choose an image file by clicking the
Choose image
button. - Click the
Submit
button to process the selected image. - The processed image will be displayed on the page.
- Optionally, you can download the cartoonized image by clicking the
Download
link.