{"id":34051841,"url":"https://github.com/shirayu/rm_anime_bg","last_synced_at":"2025-12-30T15:06:10.303Z","repository":{"id":143416165,"uuid":"595096082","full_name":"shirayu/rm_anime_bg","owner":"shirayu","description":"Anime background remover","archived":true,"fork":false,"pushed_at":"2024-09-02T12:37:18.000Z","size":609,"stargazers_count":24,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-15T19:49:33.852Z","etag":null,"topics":["anime","background-removal","image-processing","python","segmentation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shirayu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":"shirayu"}},"created_at":"2023-01-30T11:42:15.000Z","updated_at":"2025-12-04T13:48:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5319cb4-a318-425c-a723-a088f1700f62","html_url":"https://github.com/shirayu/rm_anime_bg","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/shirayu/rm_anime_bg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirayu%2Frm_anime_bg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirayu%2Frm_anime_bg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirayu%2Frm_anime_bg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirayu%2Frm_anime_bg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shirayu","download_url":"https://codeload.github.com/shirayu/rm_anime_bg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirayu%2Frm_anime_bg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28128490,"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-12-30T02:00:05.476Z","response_time":64,"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":["anime","background-removal","image-processing","python","segmentation"],"created_at":"2025-12-14T01:41:54.686Z","updated_at":"2025-12-30T15:06:10.291Z","avatar_url":"https://github.com/shirayu.png","language":"Python","funding_links":["https://github.com/sponsors/shirayu"],"categories":[],"sub_categories":[],"readme":"\n# rm_anime_bg\n\n[![PyPI version](https://badge.fury.io/py/rm_anime_bg.svg)](https://badge.fury.io/py/rm_anime_bg)\n[![Python Versions](https://img.shields.io/pypi/pyversions/rm_anime_bg.svg)](https://pypi.org/project/rm_anime_bg/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Downloads](https://pepy.tech/badge/rm_anime_bg/week)](https://pepy.tech/project/rm_anime_bg)\n\n[![CI](https://github.com/shirayu/rm_anime_bg/actions/workflows/ci.yml/badge.svg)](https://github.com/shirayu/rm_anime_bg/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/shirayu/rm_anime_bg/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/shirayu/rm_anime_bg/actions/workflows/codeql-analysis.yml)\n[![Typos](https://github.com/shirayu/rm_anime_bg/actions/workflows/typos.yml/badge.svg)](https://github.com/shirayu/rm_anime_bg/actions/workflows/typos.yml)\n\nA simple CLI of anime background remover with [SkyTNT/anime-segmentation](https://github.com/SkyTNT/anime-segmentation)\n\n![An example of input image](example/example_0_original.png)\n![An example of output image](example/example_0_after.png)\n\n[Image source](https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:Wikipe-tan_meets_mathematics.png), licensed under CC-BY-SA-3.0, Funa Funa\n\n## Setup\n\n```bash\n# For CPU\npip install -U 'rm_anime_bg[cpu]'\n\n# For GPU\npip install -U 'rm_anime_bg[gpu]'\n```\n\n## Usage\n\n```bash\nrm_anime_bg -o [Output directory] [Input 1] [Input 2] [Input 3] ... [Input N]\n```\n\n- ``--cpu``: Force use of CPU\n\nRun ``rm_anime_bg --help`` to check full command options\n\n### Example\n\n```bash\nrm_anime_bg -o /path/to/output_dir input1.png input2.png\n```\n\n## Links\n\n- \u003chttps://github.com/SkyTNT/anime-segmentation\u003e\n- Another image background remover: [rembg](https://github.com/danielgatis/rembg)\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshirayu%2Frm_anime_bg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshirayu%2Frm_anime_bg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshirayu%2Frm_anime_bg/lists"}