How to Install SheetSage for Song Transcription on Linux

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • sheetsage : Sheet Sage transcribes your favorite song into a lead sheet containing the melody and chords!
    This will create a directory output containing a PDF with the lead sheet (along with the corresponding LilyPond file), and a MIDI file containing audio-aligned melody and harmony.
    application on github : github.com/chrisdonahue/sheet...
    00:00 INTRODUCTION
    00:17 Install Docker Engine on linux Ubuntu
    Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository.
    00:27 Set up Docker's apt repository.
    Add Docker's official GPG key:
    sudo apt-get update
    sudo apt-get install ca-certificates curl
    sudo install -m 0755 -d /etc/apt/keyrings
    sudo curl -fsSL download.docker.com/linux/ubu... -o /etc/apt/keyrings/docker.asc
    sudo chmod a+r /etc/apt/keyrings/docker.asc
    Add the repository to Apt sources:
    echo \
    "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] download.docker.com/linux/ubuntu \
    $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
    sudo tee /etc/apt/sources.list.d/docker.list /dev/null
    sudo apt update
    Install Docker Engine :
    docs.docker.com/engine/instal...
    01:07 Install the Docker packages
    sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
    01:19 Download sheetsage from github
    01:33 Extract the application folder
    01:47 install sheetsage on linux ubuntu
    ROOT=raw.githubusercontent.com/chr... wget $ROOT/prepare.sh && wget $ROOT/sheetsage.sh && chmod +x *.sh && ./prepare.sh
    02:07 Choose the video from UA-cam and convert it to mp3
    02:17 noTube UA-cam free MP3 and MP4 converter
    The best free and fast UA-cam converter in mp3, mp4, and other formats!
    notube.lol/
    02:52 run SheetSage on a local audio file:
    ./sheetsage.sh name.of.song.mp3
    03:49 run SheetSage on linux with youtube link:
    ./sheetsage.sh link of youtube video
    transcribe audio to sheet music on linux ubuntu
    transcribe mp3 to sheet music on linux ubuntu
    How to transcribe music on linux ubuntu
    transcribe audio to sheet music free on linux ubuntu
    transcribe audio free on linux ubuntu
    ai transcription free online on linux ubuntu
    transcribe audio software free download
    Melody Scanner
    How to Instantly Convert an mp3 Audio File into Sheet Music
    transcribe audio to sheet music free on linux ubuntu
    mp3 to sheet music free on linux ubuntu
    mp3 to piano sheet free on linux ubuntu
    Convert a song into music sheet on linux ubuntu
    transcribe mp3 free on linux ubuntu
    transcribe mp3 to midi on linux ubuntu
    transcribe youtube video to sheet music free on linux ubuntu
    piano2notes on linux ubuntu
    Turn MP3 and UA-cam Videos into Sheet Music
    Best MP3 to Sheet Music Software to Convert The Audio
    AI turns songs into sheet music and MIDI
    Transcribe UA-cam Music into Piano Sheets
    how to install sheetsage on linux Ubuntu
    piano2notes free
    Transcription song
    convert song to sheet
    Song to sheet
    lilypond music notation
    sheetsage windows
    ubuntu 24.04 lts the noble numbat
    github repo gitrepo
    cloning github repository
    #transcribe #sheetmusic #pianonotes #pianomusic #linux #piano

КОМЕНТАРІ • 3

  • @TunTechWave
    @TunTechWave  3 місяці тому

    To install this application on windows you need to install docker and python and follow the same steps in the video after installing docker 1:20 :
    Docker :
    docs.docker.com/desktop/install/windows-install/
    Python :
    www.python.org/downloads/windows/

  • @priangshyroy2447
    @priangshyroy2447 4 місяці тому

    Can I install this program on Windows?

    • @TunTechWave
      @TunTechWave  4 місяці тому +1

      Yes, you only need to install Docker for Windows and follow the same steps in the video after installing Docker
      docs.docker.com/desktop/install/windows-install/