diff --git a/README.md b/README.md index 5e7dadc..2ebd7cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Image depixelation project Training a model which's task is to recreate a pixelated area of an Image + +In this repository you can find a project I did in university last semester, where the aim was to train a model which can recreate a certain area of an image which was pixelated before being fed into the model. + +![Image of the task](task.png "Task") diff --git a/task.png b/task.png new file mode 100644 index 0000000..9c89ae1 Binary files /dev/null and b/task.png differ