Learning application to greyscale an image.
Python 🐍
Currently supports.jpg
files only.
$ cd greyscale-image
$ pip install -r ./requirements.txt
$ cd greyscale-image
$ python3 src/python/main.py [INPUT_FILE_PATH]
# Output will be `output.jpg`
Learning application to greyscale an image.
.jpg
files only.
$ cd greyscale-image
$ pip install -r ./requirements.txt
$ cd greyscale-image
$ python3 src/python/main.py [INPUT_FILE_PATH]
# Output will be `output.jpg`