summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlphara <42233094+xAlpharax@users.noreply.github.com>2023-10-17 00:28:36 +0300
committerGitHub <noreply@github.com>2023-10-17 00:28:36 +0300
commit36f588a11f71248b7268688dc1182d12e15e8de9 (patch)
tree7e760e2e8de73799b59010f6ee95bd1f06dd7e1a
parent570128d1f3fa6948fe9ffcc771d8c1c15af08232 (diff)
Update README.md with visuals
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 936a95a..427ada3 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,18 @@ The `./images.npy` file contains raw numpy array data generated by `./neuralart.
Considering this workflow, `./clear_dir.sh` removes temporary files each time a new call to `./stylize.sh` is made.
+## Visuals
+
+https://github.com/xAlpharax/neural-art/assets/42233094/0094a10b-e452-4284-b0d6-08df471d1848
+
+https://github.com/xAlpharax/neural-art/assets/42233094/ef7e5fa8-203d-48a7-92da-7f462cb17601
+
+https://github.com/xAlpharax/neural-art/assets/42233094/38313363-a8d9-4496-b596-34e56d444642
+
+https://github.com/xAlpharax/neural-art/assets/42233094/c46b326c-7b96-4ef4-b6fd-dbfcb7a3572f
+
+https://github.com/xAlpharax/neural-art/assets/42233094/981f2855-2524-4c83-87f4-beac6ff5cfa6
+
## Contributing
Any sort of help, especially regarding the QoS ( Quality of Service ) of the project, is appreciated. Feel free to open an issue in the **Issues** tab and discuss the possible changes there. As of now, **neural-art** would be in great need of a clean and friendly arguments handler ( i.e. the one the `argparse` python package provides ) in order to accommodate to a cleaner interface for `./neuralart.py` and / or `./stylize.sh`.