Skip to content

Sagnik220/GUI-Cartoonify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI-Cartoonify

This is a complete end to end OpenCV "Cartoonify Image" Desktop Application, test the application by clicking on the gui_app.exe file. The application is distributable and thus can be used by anynone without running it on Code Editor.

How to set up locally?

  • Fork the repository

  • Git clone your forked repository

  • Create virtual environment-

- python -m venv env
- source env/bin/activate (Linux)
- env\Scripts\activate (Windows)
  • Install dependencies
- pip install opencv-python
- pip install tkinter
- pip install easygui
- pip install pillow

Steps to convert .py into .exe

- pip install pyinstaller
- pyinstaller --onefile -w gui_app.py

Future Functionality Implementation list:

- Sharpen Image

GUI Interface


Example


Releases

No releases published

Packages

No packages published

Languages