Live data from Hacker News

Show HN: I built an AI art installation at home generating new pieces on the fly

github.com

41–50 of 161 posts

Re: Show HN: I built an AI art installation at home generating new pieces on the fly

#41
post #40

do you find any of the generated images interesting? there is no thought behind any of them which leads me curious to how captivating they might be.

Some of them are nice, but a lot of them are trash as well. So you need to click a few times before you find something you (I) like

Re: Show HN: I built an AI art installation at home generating new pieces on the fly

#45
post #30
post #2

I just finished my latest project, building an AI art installation at home, generating 100 % unique artworks on the fly. Just push the button below the screen and another one will be displayed. When the button has been pushed, the old artwork is deleted and can't be retrieved again. Setup: * An Nvidia Jetson Xavier NX was used for all logic, machine learning inference, art kiosk GUI etc. * A StyleGAN was used to gene…

This is really cool! I'd love to seed the GAN with my own artwork and generate new pieces in my style

Thanks! Depending on how many artworks you've created, it might be difficult to train a GAN network on them (due to overfitting). What you might try is to train one network with a lot of random artworks, then use a Style-transfer network to convert the generated pieces into your style.

Re: Show HN: I built an AI art installation at home generating new pieces on the fly

#46
post #6
post #2

I just finished my latest project, building an AI art installation at home, generating 100 % unique artworks on the fly. Just push the button below the screen and another one will be displayed. When the button has been pushed, the old artwork is deleted and can't be retrieved again. Setup: * An Nvidia Jetson Xavier NX was used for all logic, machine learning inference, art kiosk GUI etc. * A StyleGAN was used to gene…

What country uses those round black outlets?

Red countries on this map: https://world-power-plugs.com/plugs-outlets-types

Re: Show HN: I built an AI art installation at home generating new pieces on the fly

#47
post #7

I wonder if using a color e-ink display would make the art look more appealing on a wall.

It probably will! I actually looked into buying a color e-ink display, but ended up using a The Frame instead for a couple of reasons: * They are incredibly expensive if you want ~32" * I wasn't sure that it would've worked together with the Nvidia Xavier NX.

How is the samsung frame? I am thinking of getting one..

Re: Show HN: I built an AI art installation at home generating new pieces on the fly

#50
post #45
post #30

Earlier quoted context omitted.

This is really cool! I'd love to seed the GAN with my own artwork and generate new pieces in my style

Thanks! Depending on how many artworks you've created, it might be difficult to train a GAN network on them (due to overfitting). What you might try is to train one network with a lot of random artworks, then use a Style-transfer network to convert the generated pieces into your style.

do you have the code for training ? i wasnt able to find it in your repo. That would be so cool!
Post reply on HN