SkillAgentSearch skills...

Removebg

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

Install / Use

/learn @AppcentMobile/Removebg
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 Image | Background Removed Image | | -------------- | ------------------------- | | Original Image | Background Removed Image | | Original Image | Background Removed Image | | Original Image | Background Removed Image |

Installation

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

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:

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

  • MIT (LICENSE or https://opensource.org/license/mit/)
View on GitHub
GitHub Stars98
CategoryDevelopment
Updated1mo ago
Forks24

Languages

Kotlin

Security Score

100/100

Audited on Mar 11, 2026

No findings