https://github.com/android/neural-networks-samples
https://github.com/android/neural-networks-samples
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/android/neural-networks-samples
- Owner: android
- License: apache-2.0
- Created: 2022-03-08T23:50:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T16:51:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T02:43:08.970Z (over 1 year ago)
- Language: C++
- Size: 11.9 MB
- Stars: 23
- Watchers: 67
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.