GitPedia

Removebg

Removebg is a library that effortlessly integrates the U2Net model, allowing users to easily remove backgrounds from images in their Android apps.

From AppcentMobile·Updated June 24, 2026·View on GitHub·

The "removebg" Android library simplifies background removal from images using the U2Net model. With this library, you can quickly integrate background removal functionality into your Android app. The project is written primarily in Kotlin, distributed under the MIT License license, first published in 2023. Key topics include: android, android-library, coroutines, image-processing, kotlin.

Latest release: 1.0.4
October 4, 2023View Changelog →

Removebg - Background Removal Android Library

Release License: MIT<br>

The "removebg" Android library simplifies background removal from images using the U2Net model. With this library, you can quickly integrate background removal functionality into your Android app.

Original ImageBackground Removed Image
Original ImageBackground Removed Image
Original ImageBackground Removed Image
Original ImageBackground Removed Image

Installation

To include "removebg" in your Android project, add the following to your Gradle files:

gradle
allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.erenalpaslan:removebg:1.0.4' }

Usage

Here's a quick example of how to use the "removebg" library in your Android app:

kotlin
val remover = RemoveBg(context) remover.clearBackground(inputImage.value).collect { output -> outputImage.value = output }

Contributions and Issues

Contributions and issue reports are welcome! Feel free to contribute to the development of this library or report any problems you encounter.

License

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from AppcentMobile/removebg via the GitHub API.Last fetched: 6/29/2026