Skip to content

Commit

Permalink
Update tflite-module.md (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 8, 2023
1 parent 4ea5705 commit 5619013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extend/modular-resources/examples/tflite-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This code is for instructional purposes only, and is not intended for production

You can find the example files in the [Viam C++ SDK](https://github.com/viamrobotics/viam-cpp-sdk):

- [`example_mlmodelservice_tflite.cpp`](https://github.com/viamrobotics/viam-cpp-sdk/blob/main/src/viam/examples/modules/example_mlmodelservice_tflite.cpp) - an example module which provides the `MLModelService` modular resource capable of running any TensorFlow Lite model.
- [`example_mlmodelservice_tflite.cpp`](https://github.com/viamrobotics/viam-cpp-sdk/blob/main/src/viam/examples/modules/tflite/main.cpp) - an example module which provides the `MLModelService` modular resource capable of running any TensorFlow Lite model.
- [`example_audio_classification_client.cpp`](https://github.com/viamrobotics/viam-cpp-sdk/blob/main/src/viam/examples/mlmodel/example_audio_classification_client.cpp) - an example inference client which generates audio samples and invokes the `example_mlmodelservice_tflite` module to classify those samples using the [`yamnet/classification` TensorFlow Lite model](https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1).

## Build the C++ SDK
Expand Down

0 comments on commit 5619013

Please sign in to comment.