{"id":30762887,"url":"https://github.com/interactiveaudiolab/wut","last_synced_at":"2025-09-11T23:16:11.662Z","repository":{"id":68117672,"uuid":"70965699","full_name":"interactiveaudiolab/WUT","owner":"interactiveaudiolab","description":"Web Unmixing Toolbox","archived":false,"fork":false,"pushed_at":"2019-05-01T18:32:16.000Z","size":17067,"stargazers_count":10,"open_issues_count":29,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-04T15:54:18.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interactiveaudiolab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-10-15T04:19:07.000Z","updated_at":"2025-04-05T12:06:02.000Z","dependencies_parsed_at":"2023-05-28T16:45:18.256Z","dependency_job_id":null,"html_url":"https://github.com/interactiveaudiolab/WUT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/interactiveaudiolab/WUT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactiveaudiolab%2FWUT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactiveaudiolab%2FWUT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactiveaudiolab%2FWUT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactiveaudiolab%2FWUT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interactiveaudiolab","download_url":"https://codeload.github.com/interactiveaudiolab/WUT/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactiveaudiolab%2FWUT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274726201,"owners_count":25338392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-04T15:50:03.683Z","updated_at":"2025-09-11T23:16:11.650Z","avatar_url":"https://github.com/interactiveaudiolab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WUT - Web Unmixing Tool\n\nWUT is the [Interactive Audio Laboratory's](http://music.cs.northwestern.edu) browser-based interactive source separation app. This end-user application makes it easy for musicians, producers and podcasters to apply audio source separation to unmix a recording into individual tracks. For example, if you have a recording with two overlapping voices, or a recording with a voice and backing track and want to remove a voice, WUT makes it easy. WUT also learns from user interaction and correction, improving its performance for next time.\n\n**This work is currently in pre-alpha stage and is under active development.**\n\n## Installation\nWUT is a client-server application that uses a Javascript front-end to connect to a Python back-end server.  \n\nWUT requires Python 3.6 or later and [redis-server](https://redis.io/).\n\nIf you'd like full manual or scripted installation, see [INSTALL.md](INSTALL.md).\n\n### Quick Installation\n\n**WARNING:** this quick installation assumes macOS or Linux, and [`virtualenv`](https://virtualenv.pypa.io/en/latest/).\n\nYou'll need to have `redis-server` installed. See the [Redis Quick Start page](https://redis.io/topics/quickstart) for manual installation or use a package manager:\n\n```shell\nbrew install redis # macOS\n# or\nsudo apt install redis # Ubuntu (change to your respective package manager)\n```\n\nIf you don't have `virtualenv` you can install it with `pip` (*Note:* installation and use of `virtualenv` may conflict with Conda or other virtual environment managers if you have those installed):\n\n```\npip install virtualenv\n```\n\nOnce you have Python 3.6 or later, `virtualenv`, and `redis-server` installed, run the following command (*Note:* this command assumes `python3` is aliased to your Python 3.6 or later installation):\n\n```\nredis-server \u0026 # `\u0026` runs in the background, see INSTALL.md for info\ngit clone git@github.com:interactiveaudiolab/WUT.git \\\n\u0026\u0026 cd WUT \\\n\u0026\u0026 git submodule update --init \\\n\u0026\u0026 virtualenv wut_env --python=$(which python3) \\\n\u0026\u0026 source wut_env/bin/activate \\\n\u0026\u0026 pip install -r requirements.txt \\\n\u0026\u0026 cd app \\\n\u0026\u0026 python main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractiveaudiolab%2Fwut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteractiveaudiolab%2Fwut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractiveaudiolab%2Fwut/lists"}