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
- Host: GitHub
- URL: https://github.com/shubham0204/mlkit_selfie_segmentation_android
- Owner: shubham0204
- License: gpl-3.0
- Created: 2021-08-24T02:03:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T02:25:12.000Z (over 1 year ago)
- Last Synced: 2025-04-08T19:11:40.642Z (6 months ago)
- Topics: android, android-app, android-application, computer-vision, imagesegmentation, kotlin, kotlin-android, machine-learning, machine-learning-algorithms, mlkit, mlkit-android, neural-network
- Language: Kotlin
- Homepage: https://proandroiddev.com/realtime-selfie-segmentation-in-android-with-mlkit-38637c8502ba
- Size: 20 MB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)