{"id":22455764,"url":"https://github.com/theapache64/remove-bg","last_synced_at":"2026-03-10T07:04:44.945Z","repository":{"id":86799773,"uuid":"187804785","full_name":"theapache64/remove-bg","owner":"theapache64","description":"🖼️ Remove photo background with just a tap","archived":false,"fork":false,"pushed_at":"2020-01-31T05:32:36.000Z","size":7092,"stargazers_count":215,"open_issues_count":3,"forks_count":32,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-05T00:14:11.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://remove.bg","language":"Kotlin","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/theapache64.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}},"created_at":"2019-05-21T09:23:39.000Z","updated_at":"2024-12-27T21:19:12.000Z","dependencies_parsed_at":"2023-03-02T14:00:09.995Z","dependency_job_id":null,"html_url":"https://github.com/theapache64/remove-bg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/theapache64/remove-bg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fremove-bg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fremove-bg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fremove-bg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fremove-bg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theapache64","download_url":"https://codeload.github.com/theapache64/remove-bg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fremove-bg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":[],"created_at":"2024-12-06T07:13:22.261Z","updated_at":"2026-03-10T07:04:44.938Z","avatar_url":"https://github.com/theapache64.png","language":"Kotlin","readme":"# remove-bg\nRemove.bg is a free service to remove the background of any photo. It works 100% automatically: You don't have to manually select the background/foreground layers to separate them - just select your image and instantly download the result image with the background removed!\n\n\u003cimg src=\"https://raw.githubusercontent.com/theapache64/remove-bg/master/demo.gif\" width=\"300\"\u003e\n\n## Installation\n\n```gradle\nimplementation 'com.theapache64.removebg:removebg:1.0.0'\n```\n\n### Usage\n\nInitialize the SDK from your `Application` class. You can get your key from [here](https://www.remove.bg/profile#api-key)\n\n```kotlin\n\n\nimport android.app.Application\nimport com.theapache64.removebg.RemoveBg\n\nclass App : Application() {\n\n    override fun onCreate() {\n        super.onCreate()\n\n        RemoveBg.init(\"YOUR-API-KEY\")\n    }\n}\n```\n\nand you can use it like this\n\n```kotlin\nRemoveBg.from(imageFile, object : RemoveBg.RemoveBgCallback {\n\n    override fun onProcessing() {\n        // will be invoked once finished uploading the image\n    }\n\n    override fun onUploadProgress(progress: Float) {\n        // will be invoked on uploading \n    }\n\n    override fun onError(errors: List\u003cErrorResponse.Error\u003e) {\n        // will be invoked if there's any error occurred\n    }\n\n    override fun onSuccess(bitmap: Bitmap) {\n        // will be invoked when background removed \n    }\n\n})\n```\n\n### Example\n\nThis repository contains a complete example of the SDK.\nDownload the project and compile with your [API-KEY](https://www.remove.bg/profile#api-key).\n\n### Author\n\ntheapache64\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Fremove-bg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheapache64%2Fremove-bg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Fremove-bg/lists"}