This project converts uploaded images into cartoon-style images using OpenCV and Python.
The "Image to Cartoon" project is a simple web application built using Streamlit, an open-source Python library for creating web apps. It allows users to upload their images and instantly see them transformed into cartoon-style images. The transformation is achieved using OpenCV, a popular computer vision library in Python.
Upload any image in JPG or PNG format. Convert uploaded images into cartoon-style images. Display both the original and cartoon-style images side by side.
To run this project locally, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/Dinjan-AIML/Image_to_Cartoon.git
- Navigate to the project directory.
cd Image_to_Cartoon
- Install the required Python libraries.
pip install -r requirements.txt
- Run the Streamlit app.
streamlit run app.py
- Open your web browser and go to http://localhost:8501 to view the app.
Here's the architecture of the app: