Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nor0x/winaimp

an ai that generates winamp ⚡ skins
https://github.com/nor0x/winaimp

gan keras scisharp winamp

Last synced: about 1 month ago
JSON representation

an ai that generates winamp ⚡ skins

Awesome Lists containing this project

README

        

# winaimp ⚡
> an ai that generates winamp skins

this is a playground repo where i'm experimenting with generative adversarial networks (GANs), [SciSharp](https://scisharp.github.io/SciSharp) and the [Winamp Skin Collection](https://archive.org/details/winampskins)

### first tests
![](https://raw.githubusercontent.com/nor0x/winaimp/master/art/IMG_186143416846.png)
> these are outputs from early epochs (1-30)

> still need a gpu upgrade for better training

### tools
- [dotnet](dot.net)
- [Keras.NET](https://github.com/SciSharp/Keras.NET)
- [Numpy.NET](https://github.com/SciSharp/Numpy.NET)

### todo
- better plotting
- non-square inputs
- generator / discriminator optimizations
- training in the cloud
- tests with pre-trained model

### credits
[https://archive.org/details/winampskins](https://archive.org/details/winampskins)
[http://webamp.org/](http://webamp.org/)
[http://winamp.com/](http://winamp.com/)
[http://machinelearningmastery.com/](http://machinelearningmastery.com/)