Skip to content

An audio application for splitting stems and transcribing notes from audio files

Notifications You must be signed in to change notification settings

speedypleath/pytranspleet

Repository files navigation

Split stems and transcribe notes from audio files

This project uses Python 3.9 because of some old dependencies for demucs. Link poetry to a Python 3.9 executable and then install dependencies.

poetry env use <python>
poetry install

Usage

Run app

poetry run app

Run tests

poetry run pytest
# with coverage
poetry run pytest --cov=backend tests/

Run linter

poetry run ruff check backend tests

Run type checker

poetry run mypy backend tests

Run everything

poetry run tox

About

An audio application for splitting stems and transcribing notes from audio files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published