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:
Anugya-Gogoi / Cartoonisation-program
Image cartoonisation
Cartoonisation-program
A simple image cartoonisation program for making animated images from photographs.
Technologies Used :
Python libraries used are
- CV2
- NumPy
How to use :
- Install the required modules (NumPy and cv2)
- Open the file cartoon.py in your Python text editor
- 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.
Top comments (0)