An open API service indexing awesome lists of open source software.

https://github.com/shubham0204/mlkit_selfie_segmentation_android

Selfie Segmentation in Android with MLKit APIs
https://github.com/shubham0204/mlkit_selfie_segmentation_android

android android-app android-application computer-vision imagesegmentation kotlin kotlin-android machine-learning machine-learning-algorithms mlkit mlkit-android neural-network

Last synced: 3 months ago
JSON representation

Selfie Segmentation in Android with MLKit APIs

Awesome Lists containing this project

README

          

# Realtime Selfie Segmentation In Android With MLKit

> Perform realtime segmentation with the Selfie Segmentation feature from MLKit

## Features

* Uses Jetpack Compose for UI (though it uses `AndroidView` for `PreviewView` and drawing overlay)
* Upgraded to Kotlin Build scripts and version catalogs
* Simplified project structure and code documentation
* No use of heavy packages like OpenCV to process and display the segmentation map
* Works for both portrait and landscape orientations.

## Resources

* [Realtime Selfie Segmentation In Android With MLKit](https://proandroiddev.com/realtime-selfie-segmentation-in-android-with-mlkit-38637c8502ba)
* [MLKit Selfie Segmentation for Android](https://developers.google.com/ml-kit/vision/selfie-segmentation/android)