{"id":20441127,"url":"https://github.com/mohammadmansour200/lite-spleeter","last_synced_at":"2025-10-09T13:33:11.673Z","repository":{"id":257811161,"uuid":"867956852","full_name":"mohammadmansour200/lite-spleeter","owner":"mohammadmansour200","description":"Lightweight Spleeter version that works with media files of any length, with very low and fixed RAM usage.","archived":false,"fork":false,"pushed_at":"2025-07-14T06:29:50.000Z","size":71510,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T13:33:10.681Z","etag":null,"topics":["spleeter"],"latest_commit_sha":null,"homepage":"","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/mohammadmansour200.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-05T05:16:16.000Z","updated_at":"2025-08-18T18:59:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"64806897-3c92-4144-b805-7df2761e1128","html_url":"https://github.com/mohammadmansour200/lite-spleeter","commit_stats":null,"previous_names":["mohammadmansour200/lite-spleeter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohammadmansour200/lite-spleeter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Flite-spleeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Flite-spleeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Flite-spleeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Flite-spleeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohammadmansour200","download_url":"https://codeload.github.com/mohammadmansour200/lite-spleeter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Flite-spleeter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001480,"owners_count":26083102,"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-10-09T02:00:07.460Z","response_time":59,"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":["spleeter"],"created_at":"2024-11-15T09:30:10.750Z","updated_at":"2025-10-09T13:33:11.651Z","avatar_url":"https://github.com/mohammadmansour200.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"`lite-spleeter`: Lightweight musical instruments removing library\n\n## About\nThis is a lightweight [Spleeter](https://github.com/deezer/spleeter) (a library that uses AI/ML to extract vocals from audio files) version that works with media files of any length, with very low and fixed RAM usage (around 1.5 GB RAM usage on my computer).\n\n## Features\n• Progress indicator\n\n• Very lightweight on low-end Computers\n\n• Smaller package and simpler\n\n• No numpy errors\n\n## How does it work?\nIt processes 30-second segments sequentially. After processing all segments, it concatenates them. This approach of processing chunks instead of the whole audio file helps keep memory usage low.\n\n## Get started\n*Make sure you have [ffmpeg](https://www.ffmpeg.org/download.html) installed.*\n\nDownload package:\n```bash\npip install lite-spleeter\n```\n\n\n\n## Usage\n```bash\nlite-spleeter separate audio_example.mp3  -o audio_output_path\n```\n\nYou can provide either a single or a list of files for batch processing\n\n##### Batch processing\n`separate` command builds the model each time it is called, this process may be long, in this case If you have several files to separate, it is then recommended to perform all separation with a single call to separate:\n```bash\nlite-spleeter separate \u003cpath/to/audio1.mp3\u003e \u003cpath/to/audio2.wav\u003e \u003cpath/to/audio3.ogg\u003e -o audio_output_path\n```\n\n\nTo get help on the different options available with the separate command, type:\n```bash\nlite-spleeter separate --help\n```\n\nRead the original [Spleeter repo](https://github.com/deezer/spleeter) for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadmansour200%2Flite-spleeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadmansour200%2Flite-spleeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadmansour200%2Flite-spleeter/lists"}