Skip to content

📷 Câmera que usa Detecção de objetos (TensorFlow) para ajudar pessoas com deficiência visual a fotografar. (Android)

Notifications You must be signed in to change notification settings

Lukenoutte/camera-assistant-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 model trained on the COCO dataset. 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, 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.

About

📷 Câmera que usa Detecção de objetos (TensorFlow) para ajudar pessoas com deficiência visual a fotografar. (Android)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages