Skip to content

Commit

Permalink
fix link to text classification example
Browse files Browse the repository at this point in the history
  • Loading branch information
am15h authored Aug 20, 2021
1 parent edb5929 commit ed3870e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ final classifier = await NLClassifier.createFromAsset('assets/$_modelFileName',
List<Category> 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

Expand Down

0 comments on commit ed3870e

Please sign in to comment.