{"id":13862452,"url":"https://github.com/tuneflow/tuneflow-py","last_synced_at":"2026-02-26T12:37:15.163Z","repository":{"id":65349477,"uuid":"586266019","full_name":"tuneflow/tuneflow-py","owner":"tuneflow","description":"🧠+🎧 Build your music algorithms and AI models with the next-gen DAW 🔥","archived":false,"fork":false,"pushed_at":"2023-06-06T20:46:14.000Z","size":10695,"stargazers_count":867,"open_issues_count":3,"forks_count":103,"subscribers_count":48,"default_branch":"main","last_synced_at":"2026-02-13T02:47:48.207Z","etag":null,"topics":["ai","ai-music","computer-music","daw","music","music-ai","music-composition","music-generation","music-programming","plugin","python"],"latest_commit_sha":null,"homepage":"https://tuneflow.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuneflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-01-07T14:32:34.000Z","updated_at":"2026-02-11T07:38:46.000Z","dependencies_parsed_at":"2024-01-06T10:29:19.494Z","dependency_job_id":null,"html_url":"https://github.com/tuneflow/tuneflow-py","commit_stats":{"total_commits":80,"total_committers":2,"mean_commits":40.0,"dds":0.1875,"last_synced_commit":"7387b5654751c824b37a155b527bb93bdaa99643"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/tuneflow/tuneflow-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuneflow%2Ftuneflow-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuneflow%2Ftuneflow-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuneflow%2Ftuneflow-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuneflow%2Ftuneflow-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuneflow","download_url":"https://codeload.github.com/tuneflow/tuneflow-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuneflow%2Ftuneflow-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29859083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-music","computer-music","daw","music","music-ai","music-composition","music-generation","music-programming","plugin","python"],"created_at":"2024-08-05T06:01:44.637Z","updated_at":"2026-02-26T12:37:15.117Z","avatar_url":"https://github.com/tuneflow.png","language":"Python","readme":"# TuneFlow Python SDK\n\n[English](./README.md) | [简体中文](./README.zh.md)\n\n![TuneFlow Screenshots](docs/images/tuneflow_wall_thin.jpg)\n\n[![Build Status](https://dev.azure.com/zeostudio/tuneflow-public/_apis/build/status/tuneflow.tuneflow-py?branchName=main)](https://dev.azure.com/zeostudio/tuneflow-public/_build/latest?definitionId=32\u0026branchName=main)\n[![Code Coverage](https://img.shields.io/azure-devops/coverage/zeostudio/tuneflow-public/32/main?logo=azure-pipelines)](https://dev.azure.com/zeostudio/tuneflow-public/_build/latest?definitionId=32\u0026branchName=main)\n[![PyPI](https://img.shields.io/pypi/v/tuneflow-py?color=blue\u0026label=tuneflow-py\u0026logo=pypi)](https://pypi.org/project/tuneflow-py/)\n[![Discord](https://img.shields.io/discord/1076012137161424906?color=%237289da\u0026logo=discord)](https://discord.com/channels/1076012137161424906/1076012755250851860)\n![License](https://img.shields.io/github/license/tuneflow/tuneflow-py)\n\n## What is `TuneFlow` and `tuneflow-py`?\n\n[TuneFlow](https://www.tuneflow.com) is a next-gen DAW that aims to boost music making productivity through the power of AI. Unlike traditional DAWs, TuneFlow has a plugin system designed to facilitate music production in almost all areas, including but not limited to **song writing**, **arrangement**, **automation**, **mixing**, **transcription**...... You can easily write your own algorithms or integrate your AI models directly into the song-making process. `tuneflow-py` is the Python SDK of TuneFlow plugins.\n\n## Installation\n\n```bash\npip install tuneflow-py\n```\n\n## Prefer another language?\n\nCheck out the SDKs in other languages:\n\n- **Typescript**: https://www.github.com/tuneflow/tuneflow\n- Other: Contributions welcome!\n\n## Why `tuneflow-py`?\n\nThe core idea of TuneFlow's plugin system is that you only care about the data model, NOT the implementation. A plugin's only goal is to modify the song, and the DAW will apply the changes automatically.\n\nUnlike traditional DAW plugins where you can only process MIDI/audio signals from one track, this plugin system allows you to access and modify any part of the project, which is perfect for integrating complex algorithms and AI models.\n\nWhat's more exciting is that this execution model allows remote processing, which means you can write and test your plugin locally and deploy it anywhere you like, and the DAW can run your plugin through simple network requests.\n\nBelow is an illustration of the plugin execution flow:\n\n![Plugin Flow](docs/images/pipeline_flow_en.jpg)\n\n## Getting Started\n\nVisit [https://help.tuneflow.com/en/developer](https://help.tuneflow.com/en/developer) for developer documentation.\n\n## Examples\n\n### ⌨️ AudioLDM\n\nGenerate speech, sound effects, music and more from text prompt.\n\nRepo: https://github.com/tuneflow/AudioLDM\n\n\u003cimg src=\"./docs/images/demos/audioldm_cn.gif\" width=\"500\" /\u003e\n\n### 🎙️ Singing Transcription\n\nTranscribe a singing vocal from audio to MIDI. Works with background noise or music.\n\nRepo: https://github.com/tuneflow/singing-transcription-plugin\n\n\u003cimg src=\"./docs/images/demos/singing_transcription_icassp2021.gif\" width=\"500\" /\u003e\n\n### ✂️ Demucs\n\nSeparate a raw music audio clip into vocal, drums, bass and others.\n\nRepo：https://github.com/tuneflow/tuneflow-plugin-demucs\n\n\u003cimg src=\"./docs/images/demos/demucs_cn.gif\" width=\"500\" /\u003e\n\n### 🥁 Pocket Drum\n\nGenerate a drum pattern with the given style and optionally a melody midi.\n\nRepo: To be updated.\n\n\u003cimg src=\"./docs/images/demos/pocket_drum_cn.gif\" width=\"500\" /\u003e\n\nFor a comprehensive of example plugins, check out https://www.github.com/tuneflow/tuneflow-py-demos\n\n## Contribute\n\nCheckout [contribution guidelines](./CONTRIBUTE.md).\n\n## Resources\n\n[TuneFlow Website](https://tuneflow.com)\n\n[Typescript SDK](https://www.github.com/tuneflow/tuneflow)\n","funding_links":[],"categories":["Python","Music AI \u0026 Machine Learning"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuneflow%2Ftuneflow-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuneflow%2Ftuneflow-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuneflow%2Ftuneflow-py/lists"}