Image Processing is the 5th exercise I've solved in Huji's Introduction to Computer Science course.
The main idea behind this exercise is to get familiar with Image Processing and Multi-Dimensional Arrays.
To run the project on your personal machine:
- Clone this repository using
git clone <url>
- Open the cloned project in your IDE
- (Optional) Create a virtual environment using
python3 -m venv venv
- Use
pip install -r requirements.txt
to install all required libraries - Run
python3 <python file>
to start the project