https://github.com/nneji123/cartoonizer-customtkinter
A Desktop application built with CustomTkinter that converts images to cartoon images.
https://github.com/nneji123/cartoonizer-customtkinter
Last synced: 5 months ago
JSON representation
A Desktop application built with CustomTkinter that converts images to cartoon images.
- Host: GitHub
- URL: https://github.com/nneji123/cartoonizer-customtkinter
- Owner: Nneji123
- License: mit
- Created: 2022-09-12T09:45:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T20:36:38.000Z (almost 3 years ago)
- Last Synced: 2025-05-04T21:57:10.378Z (5 months ago)
- Language: Python
- Size: 5.1 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cartoonizer App
[](https://www.python.org)
[](https://github.com/Nneji123/Cartoonizer-CustomTkinter)

[](https://gitpod.io/#https://github.com/Nneji123/Cartoonizer-CustomTkinter)
## About :speech_balloon:
>This is a desktop application made with Python and Tkinter that generates a cartoonized image from an input image.## Tools Used
1. Python
2. Custom-Tkinter
3. OnnxRuntime
4. Install Forge## Contents :page_with_curl:
- [Cartoonizer App](#cartoonizer-app)
* [About :speech_balloon:](#about--speech-balloon-)
* [Tools Used](#tools-used)
* [Contents :page_with_curl:](#contents--page-with-curl-)
* [Repository File Structure :file_folder:](#repository-file-structure--file-folder-)
* [Installation and Application Demo](#installation-and-application-demo)
* [How to Install](#how-to-install)
* [License :page_with_curl:](#license--page-with-curl-)## Repository File Structure :file_folder:
```bash
├── .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 and Application Demo
https://user-images.githubusercontent.com/101701760/194593118-6b0f2f74-9d0d-45ff-8c0b-d9c3a9e8edf2.mp4
## How to Install
To install the application make sure you're running Windows OS then carry out the following steps:
1. 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
2. Run the setup application.

3. Once the setup is done, run the application.

## License :page_with_curl:
[MIT](https://github.com/Nneji123/Cartoonizer-CustomTkinter/LICENSE)