Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmardonesa/tensorflowcamerax
TensorFlow Lite implementation with realtime CameraX native hardware access
https://github.com/rmardonesa/tensorflowcamerax
android camerax kotlin object-detection tensorflow-lite
Last synced: 12 days ago
JSON representation
TensorFlow Lite implementation with realtime CameraX native hardware access
- Host: GitHub
- URL: https://github.com/rmardonesa/tensorflowcamerax
- Owner: rmardonesa
- License: other
- Created: 2023-01-25T18:44:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T03:33:52.000Z (over 1 year ago)
- Last Synced: 2023-10-13T09:09:20.770Z (over 1 year ago)
- Topics: android, camerax, kotlin, object-detection, tensorflow-lite
- Language: Kotlin
- Homepage:
- Size: 2.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vision Artificial custom Object Detection Model
TensorFlow Lite implementation with realtime CameraX native hardware access
### Download our APK: https://bit.ly/3kHUOUp
This software can access to native Android resources and functionally do the following tasks
- Access camera
- Image analysis
- Preview
- Object detection
- Draw on canvas
### Main libraries documentation
TensorFlow Lite Docs:
https://www.tensorflow.org/lite/android/development?hl=enCameraX Docs:
https://developer.android.com/training/camerax/architectureCustomDrawing Docs:
https://developer.android.com/develop/ui/views/layout/custom-views/custom-drawing