Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 695 Bytes

File metadata and controls

13 lines (10 loc) · 695 Bytes

Image-Augmentor-GUI-For-Data-Science

Image augmentation application with GUI.

Usage with script

This project includes one main python script and a 'ui' file and an icon. You can use it by just running the script "augmentation.py" with having the requirements. For requirements, check out 'requirements.txt' file.

Setup.py

The setup.py file provides exporting an exe application with cx_freeze module. To make it work,

  1. Open cmd in the directory of the required files, namely ['augmentation.py','augmentation.ui','2582365.ico']
  2. Type 'python setup.py build'
  3. Wait for it

At the end of the process, a folder named 'build' will be created. You can find the exe application in it.