python3 -m venv <env_name>
source <env_name>/bin/activate
pip3 install -r requirements.txt
_ _
| |__ ___| |_ __
| '_ \ / _ \ | '_ \
| | | | __/ | |_) |
|_| |_|\___|_| .__/
|_|
+----------------------------------------------+
| python main.py <image_path> -[filter] |
+----------------------------------------------+
FILTERS:
• -gs: Grayscale
• -sp: Sepia
• -ci: Colour Inversion
• -sk: Sketch
• -mr: Mirror Reflection
• -wr: Water Reflection
• -rl: Rotate Left
• -rr: Rotate Right
• -bl: Blur
• -eg: Edge
* Multiple filters can be applied simultaneously!