• Documentation Overview
    • Android Studio Setup
    • Install and Run ATAK
    • Develop/ Run ATAK Plugins
    • ATAK Plugin Quick Setup
    • Android Quick Start Fundamentals
    • UI Layout Tutorial
    • UI Widgets Tutorial
    • Fragments Tutorial
    • TAK Overview
    • Quick Guide to Customizing & Navigating ATAK
    • Room Database with ATAK
    • Introduction to Machine Learning
    • Machine Learning Development
      • Overview
      • Core Components
      • ATAK Mapping
      • Layouts Quick Overview
    • Camera Template Plugin
    • Live Camera Demo Plugin
      • Overview
      • TAK Specifics
      • Working with Live Camera Data
    • Fragments Demo Plugin
    • Plant Classifier Plugin
      • Overview
      • Mission Packages
      • The Machine Learning Development Process
    • Insect Classifier Plugin
      • Overview
      • Tensorflow Terminology
      • Add a TensorFlow Lite Model to Plugin
      • Using the Model in your Plugin
    • TFLite Training Demo
  • Common Issues and FAQs
  • Repository Guidelines
    • to navigate
    • to select
    • to close
      • Description
      • Example Plugins
      On this page

      Example Plugins

      Here you will find different plugins that utilize machine learning, databases, complex layouts, and more!

      Demo Hello World Plugin

      Showcases how to use common Android components and ATAK API methods within a plugin

      Camera Template Plugin

      Provides a starting point for an ATAK plugin that requires image capture

      Live Camera Demo Plugin

      Demonstrates how to create live camera feed in ATAK

      CNN with Live Camera Plugin

      Shows how to use convolutional neural networks with live camera feed to detect and classify objects

      Fragments Demo Plugin

      Demonstrates how to create multi-page views

      Plant Classifier Plugin

      Demonstrates how to use Room database with a TFlite model and nested recycler views in ATAK

      Food Dectector Plugin

      Demonstrate how to use a pre-trained TFLite model and Mission Packages in ATAK.

      Yosemite Decimal System Plugin

      Demonstrates how to create and use your own Machine Learning Model in ATAK.

      Insect Classifier Plugin

      Demonstrates how to use a pre-trained TFLite model in ATAK.

      TensorFlowLite Plugin

      A demo on how to load pre-trained tensorflow light models to your plugin

      TFLite Training Demo

      A guide on how to train tensorflow light models for your plugin