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.
-
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
- pip install pyinstaller
- pyinstaller --onefile -w gui_app.py
- Sharpen Image