Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shabinder/mediapipe-gallery-scanner
https://github.com/shabinder/mediapipe-gallery-scanner
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shabinder/mediapipe-gallery-scanner
- Owner: Shabinder
- Created: 2024-08-21T05:22:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T05:38:16.000Z (5 months ago)
- Last Synced: 2024-12-12T10:15:48.608Z (about 1 month ago)
- Language: Kotlin
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
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.