Update README.md
Browse files
README.md
CHANGED
@@ -18,19 +18,21 @@ This model is based on [CycleGAN](https://arxiv.org/abs/1703.10593) architecture
|
|
18 |
|
19 |
The model is trained on 256x256 high contrasted neon images as style images, and normal images (including people,scenery etc.) as base images.
|
20 |
|
21 |
-
|
22 |
|
23 |
## Model
|
24 |
|
25 |
All details regarding how to use the model, fine-tune it, are added to GitHub.
|
26 |
|
27 |
-
|
28 |
|
29 |
-
## Demo
|
30 |
|
31 |
Check out the spaces demo, and try the model by yourselves.
|
32 |
|
33 |
-
|
|
|
|
|
34 |
|
35 |
Hope you all enjoy it!
|
36 |
|
|
|
18 |
|
19 |
The model is trained on 256x256 high contrasted neon images as style images, and normal images (including people,scenery etc.) as base images.
|
20 |
|
21 |
+
#### Dataset - https://www.kaggle.com/datasets/aanisha07/futuristic-images
|
22 |
|
23 |
## Model
|
24 |
|
25 |
All details regarding how to use the model, fine-tune it, are added to GitHub.
|
26 |
|
27 |
+
#### Github - https://github.com/Aanisha/NeonGAN
|
28 |
|
29 |
+
## Spaces Demo
|
30 |
|
31 |
Check out the spaces demo, and try the model by yourselves.
|
32 |
|
33 |
+
#### Demo - https://huggingface.co/spaces/huggan/NeonGAN_Demo
|
34 |
+
|
35 |
+

|
36 |
|
37 |
Hope you all enjoy it!
|
38 |
|