An open API service indexing awesome lists of open source software.

https://github.com/android/neural-networks-samples


https://github.com/android/neural-networks-samples

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

> **Warning**
> This sample has been deprecated and is no longer being maintained.
>
> To find other samples that may be of interest, see [https://developer.android.com/samples](https://developer.android.com/samples).

Neural Networks Samples Repository
======================

This repository contains a set of individual Android Studio projects to help you get started
writing apps that take advantage of Neural Networks APIs.

Read below for a description of each sample.

Samples
----------

* **[Basic](Basic)** (Kotlin) - Sample that showcase the main NNAPI concept from Android 8.1.
* **[Sequence](Sequence)** - Sample that showcase the advanced features added in Android 11.
* **[PoseEstimation](PoseEstimation)** (Kotlin) - Sample that implements a pose
estimation task to showcase the best practice of running a Camera -> GPU ->
NNAPI pipeline.

Check each module's README.md for additional descriptions and requirements.

Support
----------

We highly recommend to use [Stack Overflow](http://stackoverflow.com/questions/tagged/android) to get help from the Andorid community.

If you've found an error in this sample, please file an issue: https://github.com/android/renderscript-samples

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.