Skip to content

buizonjames/Agriculturice

Repository files navigation

AgricultuRice

This folder contains an example application utilizing TensorFlow for Android devices.

Description

Inference is done using the TensorFlow Android Inference Interface, which may be built separately if you want a standalone library to drop into your existing application. Object tracking and YUV -> RGB conversion is handled by libtensorflow_demo.so.

A device running Android 5.0 (API 21) or higher is required to run the application due to the use of the camera2 API, although the native libraries themselves can run on API >= 14 devices.

  1. TF Classify: Uses the Google Inception model to classify camera frames in real-time, displaying the top results in an overlay on the camera image.
  2. TF Detect: Demonstrates a model based on Scalable Object Detection using Deep Neural Networks to localize and track people in the camera preview in real-time.
  3. TF Stylize: Uses a model based on [A Learned Representation For Artistic Style] (https://arxiv.org/abs/1610.07629) to restyle the camera preview image to that of a number of different artists.

About

A neural network-based mobile app that diagnoses rice plant diseases through the use of a smartphone camera and shows a solution to the disease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published