Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.05 KB

Interactive Segmentation Android Demo

Overview

This sample will accept text entered into a field and classify it as a detected language with a provided confidence score.

These instructions walk you through building and running the demo on an Android device.

The model file is downloaded via Gradle scripts when you build and run the app. You don't need to do any steps to download TFLite models into the project explicitly.

Interactive Segmentation Demo

Build the demo using Android Studio

Prerequisites

  • The Android Studio IDE. This sample has been tested on Android Studio Chipmunk.

  • A physical or emulated Android device with a minimum OS version of SDK 21 (Android 5.0) with developer mode enabled. The process of enabling developer mode may vary by device.

Models used

Downloading, extraction, and placing the models into the assets folder is managed automatically by the download_model.gradle file.