An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Cartoonizer App

[![Language](https://img.shields.io/badge/Python-darkblue.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![Framework](https://img.shields.io/badge/Tkinter-darkgreen.svg?style=flat&logo=tkinter&logoColor=white)](https://github.com/Nneji123/Cartoonizer-CustomTkinter)
![Docker](https://img.shields.io/badge/Docker-blue?style=flat&logo=docker&logoColor=white)
[![Gitpod](https://img.shields.io/badge/Gitpod-orange?style=flat&logo=gitpod&logoColor=white)](https://gitpod.io/#https://github.com/Nneji123/Cartoonizer-CustomTkinter)
![reposize](https://img.shields.io/github/repo-size/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.

![Screenshot (240)](https://user-images.githubusercontent.com/101701760/194648274-2d9215dd-062b-4f95-92dc-ddd0f0741afa.png)

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

![Screenshot (247)](https://user-images.githubusercontent.com/101701760/194648410-12b0571d-d312-4fa0-8dba-4fb7dd14cc0e.png)

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