Coder Social home page Coder Social logo

iamelodydnn's Introduction

IAmelodyDNN

This repository contains a system based on an article published at ISMIR 2016. The main goal is to estimate the melodic line from a polyphonic piece. You can download it, run or adjust parameters to train the neural networks.

Basically, the system is composed by two deep neural networks: F0-detection, to estimate which fundamental notes are melody; and, Voice Activity Detection, to decide which frames are voiced/unvoiced.

Usage

You can pre process data from a dataset with preprocess.py.

You can load the pre trained weights with f0model.h5 and f0model.json or train the F0-estimation neural network using f0dnn.py.

You can load the pre trained weights with SVDmodel.h5 and SVDmodel.json or train the Voice Activity Detection neural network using SVDdnn.py.

The notebooks can be used to visualize and interact with the neural networks.

  • Data pre-processing: presents the steps to transform the audio and its labels as input for neural networks;
  • DNN Model - F0 Estimation: presents the training and evaluation steps for f0model;
  • DNN Model - Voice Activity Detection: presents the training and evaluation steps for SVDmodel;
  • Making Predictions: uses the pre-trained weights to make a melodic line estimation and a output evaluation, comparing with label data.
  • Melody Transcription Using Deep Neural Networks: is a summary of all process, from pre-process to prediction.

This code is free and is open to improvements. Enjoy it ;)

iamelodydnn's People

Contributors

shayenne avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.