Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.2 KB

Image to Cartoon

This project converts uploaded images into cartoon-style images using OpenCV and Python.

Description

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.

Features

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.

Installation

To run this project locally, follow these steps:

  1. Clone this repository to your local machine.
git clone https://github.com/Dinjan-AIML/Image_to_Cartoon.git
  1. Navigate to the project directory.
cd Image_to_Cartoon
  1. Install the required Python libraries.
pip install -r requirements.txt
  1. Run the Streamlit app.
streamlit run app.py
  1. Open your web browser and go to http://localhost:8501 to view the app.

Here's the architecture of the app: