DEV Community

Anugya
Anugya

Posted on

Cartoonisation with Python (Submission for Github Actions x Dev Hackathon)

My Workflow:
The name of my Github Action is Python Cartoonisation. It is a fun program, created with OpenCV and able to animate normal images and pictures.

Submission Category: Wacky Wildcards

Link to code:

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




Top comments (0)