File size: 916 Bytes
b3fcd0d
 
9e69c30
 
 
 
 
 
 
 
a7e0ac8
9e69c30
 
b3fcd0d
9e69c30
 
9690938
9e69c30
9690938
9e69c30
 
 
6cd90a8
9e69c30
9690938
9e69c30
 
 
6cd90a8
9e69c30
9690938
9e69c30
 
 
6cd90a8
 
9690938
9e69c30
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
license: mit

tags:
- gan
- unconditional image generation
- huggan
- style-transfer
- cyclegan
- Pytorch
- unconditional-image-generation


---

This model is based on [CycleGAN](https://arxiv.org/abs/1703.10593) architecture. It takes images, and generates a futuristic neon image for the image provided.Hope this model neonifies your images.
![Demo.jpg](Demo_img.jpeg)

# Dataset

The model is trained on 256x256 high contrasted neon images as style images, and normal images (including people,scenery etc.) as base images.

#### Dataset - https://www.kaggle.com/datasets/aanisha07/futuristic-images

# Model

All details regarding how to use the model, fine-tune it, are added to GitHub.

#### Github - https://github.com/Aanisha/NeonGAN

# Spaces Demo

Check out the spaces demo, and try the model by yourselves.

#### Demo - https://huggingface.co/spaces/huggan/NeonGAN_Demo



Hope you all enjoy it!