Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 2.5 KB

README.md

File metadata and controls

62 lines (45 loc) · 2.5 KB

Cartoonizer App

Language Framework Docker Gitpod reposize

About 💬

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 📃

Repository File Structure 📁

├── .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

Installation.Demo.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

  1. Run the setup application.

Screenshot (240)

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

Screenshot (247)

License 📃

MIT