tensorflow-wavenet
Audio generator
An implementation of a WaveNet generative neural network architecture for audio generation
A TensorFlow implementation of DeepMind's WaveNet paper
5k stars
264 watching
1k forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pkmital/tensorflow_tutorials | A collection of examples and tutorials illustrating various applications and use cases of TensorFlow in Python | 5,642 |
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |
tensorpack/tensorpack | A high-performance neural network training interface for TensorFlow that focuses on speed and flexibility. | 6,303 |
conchylicultor/deepqa | A deep learning-based chatbot model using TensorFlow and RNNs to generate responses to user queries. | 2,934 |
sjchoi86/tensorflow-101 | A comprehensive tutorial project on building and training neural networks with TensorFlow | 2,606 |
dennybritz/cnn-text-classification-tf | A neural network architecture for text classification tasks using convolutional layers and softmax output layers. | 5,650 |
nlintz/tensorflow-tutorials | A collection of tutorials teaching deep learning with TensorFlow using Jupyter Notebooks | 6,006 |
google-deepmind/sonnet | A simple, composable neural network library built on top of TensorFlow 2. | 9,776 |
nvidia/waveglow | Generates high-quality speech from mel-spectrograms using a flow-based network architecture | 2,285 |
donnemartin/data-science-ipython-notebooks | A comprehensive collection of data science and machine learning notebooks using Python and various deep learning frameworks. | 27,470 |
pyannote/pyannote-audio | A toolkit for speaker diarization using PyTorch and speech activity detection. | 6,333 |
binroot/tensorflow-book | A comprehensive resource for learning machine learning using TensorFlow. | 4,453 |
thtrieu/darkflow | Tools and scripts for training and deploying real-time object detection models using TensorFlow | 6,132 |
devsisters/dqn-tensorflow | An implementation of a deep reinforcement learning algorithm for human-level control in game environments using TensorFlow. | 2,480 |
osmr/imgclsmob | Research and development of deep learning networks for computer vision tasks | 2,975 |