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.
Show HN: I built an AI art installation at home generating new pieces on the fly
41–50 of 161 posts
Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#42Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#43Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#44Really cool. One piece of feedback: Try to get the white balance to better match the warm wight light of the room. The tv will blend in much much better.
Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#45I 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
Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#46I 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?
Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#47I 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.
Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#48it's funny what tech people consider Art. LOL
Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#49The installation is impressive but the output is underwhelming. Then again, I feel the same about the pieces in most contemporary art museums.
Re: Show HN: I built an AI art installation at home generating new pieces on the fly
#50Earlier 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.