From df39eb412d59f1a8b0390c2fddfe0dd8c9d7816c Mon Sep 17 00:00:00 2001 From: onb1259 <onb1259@onb.ac.at> Date: Wed, 16 Aug 2023 11:13:25 +0200 Subject: [PATCH] added README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dccd9b6 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Train Akon postcards colorizer + +This repository contains the code to train a colorizer model with the AKON colored postcards (given by [this collection](https://iiif.onb.ac.at/presentation/collection/labs_postcards_all_color_cards)) and apply it to a random postcard from this colelction. +The code to train and apply the model is given in the jupyter notebook [train_colorizer.ipynb](train_colorizer.ipynb), to donwload the postcards for training run the script [download_postcards.py](download_postcards.py). + +Most of the code has been adapted from the already present repoitory [iiif-image-manipulation](https://labs.onb.ac.at/gitlab/labs-team/iiif-image-manipulation). -- GitLab