# neural-networks-samples **Repository Path**: mirrors_android/neural-networks-samples ## Basic Information - **Project Name**: neural-networks-samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-10 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.