Welcome to the Image Processing project! This project is designed to facilitate image processing tasks through a user-friendly interface.
To run the project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/Hesham-poraik/multimedia_project cd image-processing-project
- run main file:
python main.py
To build the project locally, follow these steps:
- build with pyinstaller.py:
pyinstaller -F -w -i assets/app.ico main.py