Giter VIP home page Giter VIP logo

cartoonifier's Introduction

CARTOONIFIER

DESCRIPTION

This program is used to convert any type of image into a cartoon or painting. This program is created for fun and to learn the use of different python modules.

HOW TO USE

  1. Download the requirements for the program, from the text file file named, requirements.txt. The given requirements can be downloaded by the following code.

    pipreqs --encoding utf-8 <PATH OF THE FILE>
    

    If the code doesn't run on your system, then first install the pipreqs package with the help of the code below. After successfully installing the package run the previous code.

    pip install pipreqs
    
  2. On line 25 of the attached python file, add the path of any image, between the quotes. And then on line 34, give a name to your created image file

  3. The user can change few properties, like width of the lines, blur value and total colors. Which will create a different image everytime the values are changed.

cartoonifier's People

Contributors

sampreet-cell avatar pooranjoyb avatar lunaticpython2003 avatar

Watchers

 avatar

cartoonifier's Issues

Display images in the PySimpleGUI window

Description

The images generated is stored in the directory, and not explicitly displayed in the GUI window. A user needs to manually navigate into the directory to view the output. This could be overcome by directly feeding the image into the window.

Tech Stack

  • PySimpleGUI (for GUI)
  • opencv (for adjusting the resolution)

Detailed description of design and implementation of proposed solution

This involves the following steps:

  • Converting the image to a lower resolution to be displayed in the window
  • Use PySimpleGUI to display the output.

Assign me the issue @Sampreet-cell

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.