Ecosyste.ms: Awesome

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

https://github.com/usernaamee/audio-GAN


https://github.com/usernaamee/audio-GAN

audio gan keras python

Last synced: 8 days ago
JSON representation

Lists

README

        

# Implementation of [Generative Adversarial Networks](https://arxiv.org/abs/1406.2661), for Audio.

Idea is to be able to generate speech using GANs.
Project inspired from [keras-dcgan](https://github.com/jacobgil/keras-dcgan).

## Todo
- [x] GAN trained for generating/discriminating half second audios using data from [Librispeech corpus](http://www.openslr.org/12/) and MLP models.
- [ ] Refactor the above code
- [ ] Parametrize training (model arch params, hyperparams)
- [ ] Implement GA for passing and evaling various model archs