Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-hogood/tensorflowliteexamples
Android and iOS .NET ports of TensorFlow Lite classification examples:
https://github.com/v-hogood/tensorflowliteexamples
android dotnet ios maui tensorflow-lite tflite xamarin
Last synced: 3 months ago
JSON representation
Android and iOS .NET ports of TensorFlow Lite classification examples:
- Host: GitHub
- URL: https://github.com/v-hogood/tensorflowliteexamples
- Owner: v-hogood
- Created: 2022-08-25T17:09:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T16:10:01.000Z (5 months ago)
- Last Synced: 2024-08-25T17:28:06.896Z (5 months ago)
- Topics: android, dotnet, ios, maui, tensorflow-lite, tflite, xamarin
- Language: C#
- Homepage: https://github.com/tensorflow/examples/tree/master/lite/
- Size: 96 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow Lite sample applications
The following samples demonstrate the use of TensorFlow Lite in mobile applications. Each sample is written for both Android and iOS.
## Image classification
This app performs image classification on a live camera feed and displays the
inference output in realtime on the screen.### Samples
[Android image classification](ImageClassification/README.md)
[iOS image classification](ImageClassification.iOS/README.md)
## Text classification
This app performs text classification on a live text feed and displays the
inference output in realtime on the screen.### Samples
[Android text classification](TextClassification/README.md)
[iOS text classification](TextClassification.iOS/README.md)
## Audio classification
This app performs audio classification on a live audio feed and displays the
inference output in realtime on the screen.### Samples
[Android audio classification](AudioClassification/README.md)
[iOS audio classification](AudioClassification.iOS/README.md)