Image augmentation application with GUI.
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.
The setup.py file provides exporting an exe application with cx_freeze module. To make it work,
- Open cmd in the directory of the required files, namely ['augmentation.py','augmentation.ui','2582365.ico']
- Type 'python setup.py build'
- Wait for it
At the end of the process, a folder named 'build' will be created. You can find the exe application in it.