Skip to content

Commit

Permalink
Updated text_classification rasperry pi README
Browse files Browse the repository at this point in the history
  • Loading branch information
kinarr committed Aug 17, 2023
1 parent 995afac commit e84640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text_classification/raspberry_pi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python3 classify.py --inputText "Your text goes here"
* You can optionally specify the `model` parameter to set the TensorFlow Lite
model to be used:
* The default value is `classifier.tflite`
* TensorFlow Lite textclassification models **with metadata**
* TensorFlow Lite text classification models **with metadata**
* Models from [MediaPipe Models](https://developers.google.com/mediapipe/solutions/text/text_classifier/index#models)
* Models trained with [MediaPipe Model Maker](https://developers.google.com/mediapipe/solutions/customization/text_classifier) are supported.
* Example usage:
Expand Down

0 comments on commit e84640e

Please sign in to comment.