https://github.com/lukenoutte/camera-assistant-ai
📷 Câmera que usa Detecção de objetos (TensorFlow) para ajudar pessoas com deficiência visual a fotografar. (Android)
https://github.com/lukenoutte/camera-assistant-ai
android-device camera ia tensorflow
Last synced: about 1 year ago
JSON representation
📷 Câmera que usa Detecção de objetos (TensorFlow) para ajudar pessoas com deficiência visual a fotografar. (Android)
- Host: GitHub
- URL: https://github.com/lukenoutte/camera-assistant-ai
- Owner: Lukenoutte
- Created: 2019-10-08T02:25:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T00:35:51.000Z (over 6 years ago)
- Last Synced: 2025-02-14T17:58:02.661Z (about 1 year ago)
- Topics: android-device, camera, ia, tensorflow
- Language: Java
- Homepage:
- Size: 4.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camera Assistant AI using TensorFlow Lite Object Detection Android
### Overview
This is a camera app that continuously detects the objects (bounding boxes and classes) in the frames seen by your device's back camera, using a quantized [MobileNet SSD](https://github.com/tensorflow/models/tree/master/research/object_detection) model trained on the [COCO dataset](http://cocodataset.org/). These instructions walk you through building and running the demo on an Android device.
The model files are downloaded via Gradle scripts when you build and run. You don't need to do any steps to download TFLite models into the project explicitly.
Application can run either on device or emulator.
## Build the demo using Android Studio
### Prerequisites
* If you don't have already, install **[Android Studio](https://developer.android.com/studio/index.html)**, following the instructions on the website.
* You need an Android device and Android development environment with minimum API 21.
* Android Studio 3.2 or later.