summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <>2023-02-12 02:30:33 +0200
committerxAlpharax <>2023-02-12 02:30:33 +0200
commit15f14073d7d1e2015d897487c9774876fe61183c (patch)
tree4ba765096f681ea5d3e5bd5eb9b1ac258cba7ff4
parentc43fdcf1ee45ecd112411f77b2519cbee9941b04 (diff)
started the introduction for the tool
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae19357..a5502a7 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
# neural-art
Neural Style Transfer done from the CLI using a VGG backbone and presented as an MP4.
+
+Weights can be downloaded from [here](https://m1.afileditch.ch/ajjMsHrRhnikrrCiUXgY.pth). This is done to put as little strain as possible on github. The downloaded file should be placed in `./weights/`
+
+### Why use this in 2023 ?
+Because style transfer hasn't changed drastically in terms of actual results in the past years. I personally find a certain beauty in inputing an image with a desired style rather than a well curated prompt with a dozen of switches.
+
+## Usage