GithubHelp home page GithubHelp logo

airenas / music-transcription-service Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 147 KB

Services for audio transcription into MIDI

License: BSD 3-Clause "New" or "Revised" License

Go 91.14% Makefile 6.94% Dockerfile 1.92%

music-transcription-service's Introduction

music-transcription-service

Go Coverage Status CodeQL

Services for audio transcription into MIDI.

The APi takes a wav audio file and produces musicxml. It is a wrapper for a private transcription tool. The tool is not provided here.

Building

To build docker container and push to dockerhub:

cd build && make clean dpush

Testing

Start the sample service:

cd examples/docker-compose && make start

It will start the service at port 8002. See examples/docker-compose/Makefile as an example call to the service:

curl -X POST http://localhost:8002/transcription -H 'content-type: multipart/form-data' -F [email protected]

License

Copyright © 2021, Airenas Vaičiūnas.

Released under the The 3-Clause BSD License.


music-transcription-service's People

Contributors

airenas 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.