• Stars
    star
    311
  • Rank 133,718 (Top 3 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Experiment diverse Deep learning models for music generation with TensorFlow

MusicGenerator

Presentation

Experiment diverse Deep learning models for music generation with TensorFlow

Results

The different models and experiments are explained here.

Installation

The program requires the following dependencies (easy to install using pip):

  • Python 3
  • TensorFlow (tested with v0.10.0rc0. Won't work with previous versions)
  • CUDA (for using gpu, see TensorFlow installation page for more details)
  • Numpy (should be installed with TensorFlow)
  • Mido (midi library)
  • Tqdm (for the nice progression bars)
  • OpenCv (Sorry, there is no simple way to install it with python 3. It's primarily used as visualisation tool to print the piano roll so is quite optional. All OpenCv calls are contained inside the imgconnector file so if you want to use test the program without OpenCv, you can try removing the functions inside the file)

Running

To train the model, simply run main.py. Once trained, you can generate the results with main.py --test --sample_length 500. For more help and options, use python main.py -h.

To visualize the computational graph and the cost with TensorBoard, run tensorboard --logdir save/.

More Repositories

1

DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Python
2,917
star
2

Deep-Learning-Tricks

Enumerate diverse machine learning training tricks.
410
star
3

TabsFolder

Google Chrome Extension: Group your tabs into groups.
JavaScript
36
star
4

DeepLearningOnGraph

Use a CNN architecture to segment and classify 3d meshes
Python
19
star
5

GoogleFoobar

My solutions to the Google Foobar Challenge (September 2016 edition)
Python
13
star
6

ClickAndCrop

A simple Qt program to easily extract and label samples from videos. Used for dataset creation.
C++
12
star
7

CodingCheatsheet

Cheatsheets for the C++ and Python programing languages
7
star
8

SentimentAnalysis

Implementation of the RNTN from Standford (http://nlp.stanford.edu/sentiment/) to detect the sentiments of movie critics.
Python
4
star
9

Project-DIS

Optimized Simulated Flocking Algorithm for e-pucks
C++
3
star
10

ProjetDistributedAlgorithm

Bonus project to implement a causal broadcast algorithm.
C++
2
star
11

CardboardProject

Google cardboard VR project with Unity3d engine
C#
2
star
12

Project1-Oslo

Project about regression and classification.
MATLAB
1
star
13

pypi-build-publish

Build and publish to PyPI for PEP 518 compliant projects.
1
star
14

automations

Automated scripts for APIs
Jupyter Notebook
1
star
15

ClientCamera

Client program which retrieve the frame from the camera, detect and track the persons and send the extracted features to the MQTT broker.
C++
1
star
16

JobScheduler

A small C++ library to launch concurrent jobs while keeping the input queue order intact.
C++
1
star
17

TestReidDataset

This program is design to test the re-identification algorithms (extract features, train the machine learning algorithm and test the result with some samples)
C++
1
star
18

conchylicultor.github.io

Portfolio
CSS
1
star
19

NetworkVisualizer

Visualize the sequence network and allow edition to easily name the sequences
Java
1
star