Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shabinder/mediapipe-gallery-scanner


https://github.com/shabinder/mediapipe-gallery-scanner

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Camera Gallery Scanner

## Description
- App starts the scan of Camera images upon receiving permission.
- In Batches, images are passed to MediaPipe Face Detection, with a limited parallelism.
- Image's with detected faces will be persisted (Only URI's and FaceInfo).
- FaceInfo contains the face's bounding box, and Tags, which can be edited.

## Tech Stack
- Kotlin
- Jetpack Compose
- Hilt (DI)
- Coroutines
- Room (Persistence)
- MediaPipe Face Detection

## Architecture
- MVVM
- (UI <> ViewModel <> Repository <> Data Source)

## More
- To Test out with desirable performance, run in Release mode.