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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T18:06:04.000Z (6 months ago)
- Last Synced: 2025-03-22T22:01:51.119Z (4 months ago)
- Topics: android, dotnet, ios, maui, tensorflow-lite, tflite, xamarin
- Language: C#
- Homepage: https://github.com/tensorflow/examples/tree/master/lite/
- Size: 96.1 MB
- Stars: 4
- Watchers: 1
- 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)