From ed3870e6cc023207659c59d732c876cabe53e315 Mon Sep 17 00:00:00 2001 From: Amish Garg Date: Sat, 21 Aug 2021 01:36:03 +0530 Subject: [PATCH] fix link to text classification example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c41fa12..faaeb6c 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ final classifier = await NLClassifier.createFromAsset('assets/$_modelFileName', List predictions = classifier.classify(rawText); ``` -Sample app: [Text Classification](https://github.com/am15h/tflite_flutter_plugin/tree/master/example/lib) using Task Library. +Sample app: [Text Classification](https://github.com/am15h/tflite_flutter_helper/tree/master/example/text_classification_task). ### Integrate BERT natural language classifier