Skip to content

ShubhadeepKarmakar/AI-Background-Eraser

Repository files navigation

AI-Background-Eraser

AI Background Eraser

Features:

  • Erase the background of any photo Manually.

20230401_090117

  • Auto color remover(after selecting a color form a photo this feature remove this color from every place from that picture)

20230401_090254

  • Auto Selfie feature(using ML Kit's Selfie Segmentation API), after clicking this button this feature remove the hole background automatically.

20230401_090334

Step 1. Add the JitPack repository to your build file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

dependencies {
	        implementation 'com.github.ShubhadeepKarmakar:AI-Background-Eraser:Tag'
	}