All Projects → s603122001 → Music-Style-Transfer

s603122001 / Music-Style-Transfer

Licence: MIT license
Source code for "Transferring the Style of Homophonic Music Using Recurrent Neural Networks and Autoregressive Model"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Music-Style-Transfer

Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+20568.75%)
Mutual labels:  recurrent-neural-networks, style-transfer
CS231n
PyTorch/Tensorflow solutions for Stanford's CS231n: "CNNs for Visual Recognition"
Stars: ✭ 47 (+193.75%)
Mutual labels:  recurrent-neural-networks, style-transfer
groove2groove
Code for "Groove2Groove: One-Shot Music Style Transfer with Supervision from Synthetic Data"
Stars: ✭ 88 (+450%)
Mutual labels:  style-transfer, music-style-transfer
Mad Twinnet
The code for the MaD TwinNet. Demo page:
Stars: ✭ 99 (+518.75%)
Mutual labels:  recurrent-neural-networks, music-information-retrieval
StyleSight
Browser based 'real-time' AR 'fast' neural style transfer using tensorflowjs
Stars: ✭ 15 (-6.25%)
Mutual labels:  style-transfer
mix-stage
Official Repository for the paper Style Transfer for Co-Speech Gesture Animation: A Multi-Speaker Conditional-Mixture Approach published in ECCV 2020 (https://arxiv.org/abs/2007.12553)
Stars: ✭ 22 (+37.5%)
Mutual labels:  style-transfer
GLStyleNet
Semantic style transfer, code and data for "GLStyleNet: Exquisite Style Transfer Combining Global and Local Pyramid Features" (IET Computer Vision 2020)
Stars: ✭ 48 (+200%)
Mutual labels:  style-transfer
Android-Tensorflow-Style-Transfer
An Android app built with an artistic style transfer neural network
Stars: ✭ 31 (+93.75%)
Mutual labels:  style-transfer
Music-Genre-Classification
Automatic Music Genre Classification with Machine Learning Techniques
Stars: ✭ 49 (+206.25%)
Mutual labels:  music-information-retrieval
barracuda-style-transfer
Companion code for the Unity Style Transfer blog post, showcasing realtime style transfer using Barracuda.
Stars: ✭ 126 (+687.5%)
Mutual labels:  style-transfer
mmn
Moore Machine Networks (MMN): Learning Finite-State Representations of Recurrent Policy Networks
Stars: ✭ 39 (+143.75%)
Mutual labels:  recurrent-neural-networks
Introduction-to-Deep-Learning-and-Neural-Networks-Course
Code snippets and solutions for the Introduction to Deep Learning and Neural Networks Course hosted in educative.io
Stars: ✭ 33 (+106.25%)
Mutual labels:  recurrent-neural-networks
lakh-pianoroll-dataset
A collection of 174,154 multi-track piano-rolls
Stars: ✭ 64 (+300%)
Mutual labels:  music-information-retrieval
Neural-Style-Transfer
Using CNN to achieve style transfer
Stars: ✭ 14 (-12.5%)
Mutual labels:  style-transfer
prisma
Prisma
Stars: ✭ 71 (+343.75%)
Mutual labels:  style-transfer
Modulo7
A semantic and technical analysis of musical scores based on Information Retrieval Principles
Stars: ✭ 15 (-6.25%)
Mutual labels:  music-information-retrieval
android tflite
GPU Accelerated TensorFlow Lite applications on Android NDK. Higher accuracy face detection, Age and gender estimation, Human pose estimation, Artistic style transfer
Stars: ✭ 105 (+556.25%)
Mutual labels:  style-transfer
wavenet
Audio source separation (mixture to vocal) using the Wavenet
Stars: ✭ 20 (+25%)
Mutual labels:  wavenet
pomdp-baselines
Simple (but often Strong) Baselines for POMDPs in PyTorch - ICML 2022
Stars: ✭ 162 (+912.5%)
Mutual labels:  recurrent-neural-networks
CLMR
Official PyTorch implementation of Contrastive Learning of Musical Representations
Stars: ✭ 216 (+1250%)
Mutual labels:  music-information-retrieval

Music Style Transfer

This repository includes the source code of the symbolic music style transfer algorithm from:

Wei-Tsung Lu and Li Su, “Transferring the Style of Homophonic Music Using Recurrent Neural Networks and Autoregressive Model,” International Society of Music Information Retrieval Conference (ISMIR), September 2018.

Listening samples are available here.

Dependencies

This repository requires following packages:

  • python 3.6
  • numpy
  • tensorflow
  • keras
  • mido

Todos

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].