Skip to content

Anugya-Gogoi/Cartoonisation-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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