This is a desktop application made with Python and Tkinter that generates a cartoonized image from an input image.
- Python
- Custom-Tkinter
- OnnxRuntime
- Install Forge
├── .gitignore
├── app.py # Main Application file
├── logo.ico # Icon file
├── LICENSE
├── README.md
├── model.onnx # ML Model for cartoonizing images.
├── requirements.txt
├── utils.py # Utility functions.
Installation.Demo.mp4
To install the application make sure you're running Windows OS then carry out the following steps:
- Download the "cartoonizer_setup.exe" file releases link or click on the link below to download the setup:
https://github.com/Nneji123/Cartoonizer-CustomTkinter/releases/download/v0.0.1/cartoonizer_setup.exe
- Run the setup application.
- Once the setup is done, run the application.