Giter Site home page Giter Site logo

intel-devcup-2022-cyber-audio's Introduction

Intel-DevCup-2022-Cyber-Audio

Competition OpenVINO

Introduction

This repo is a service built based on Competition-2022-OpenVINO-Devcup (thanks to my teammates for their contributions), with additional functions of downloading audio sources from youtube, mixing midi, and export music sheet by calling MuseScore.

Installation

  • For downloading audio sources from youtube, please install the dependencies with:
pip install pytube==12.1.3 pytube3==9.6.4
  • For mixing midi, please install the dependencies with:
pip install git+https://github.com/vishnubob/python-midi@feature/python3
  • For export music sheet as image (.png), please install MuseScore3

Run without environment (pyinstaller)

  • To package it into an exe file, please install the dependencies with:
pip install Flask Flask-Cors pyinstaller
  • Modify the path in binaries, datas, and hiddenimports in build.spec:
binaries=[('<path-to-openvino-package-in-env>\\libs\\*', '.\\openvino\\libs')],
datas=[('<path-to-music_source_separation-model>\\*', '.\\music_source_separation\\model'),
       ('<path-to-librosa-package-in-env>\\util\\example_data\\*', '.\\librosa\\util\\example_data'),
       ('<path-to-music_transcription-model>\\basic_pitch_43844_model.onnx', '.\\music_transcription')],
hiddenimports=['openvino.pyopenvino', 'openvino.inference_engine.constants'],
  • Run the following command to build the service:
pyinstaller --distpath <path-to-exe-file> build.spec
  • Run the following command to execute the service:
cd <path-to-exe-file>\CyberAudio
CyberAudio.exe

TODO

  • UI for the service

References

intel-devcup-2022-cyber-audio's People

Contributors

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