Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 685 Bytes

Cartoonisation-program

A simple image cartoonisation program for making animated images from photographs.

Technologies Used :

Python libraries used are

  1. CV2
  2. NumPy

How to use :

  1. Install the required modules (NumPy and cv2)
  2. Open the file cartoon.py in your Python text editor
  3. Run the program

Installation of modules :

Use the package manager pip to install the modules

pip install cv2
pip install numpy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache-2.0