diff --git a/official/README.md b/official/README.md index 0235710b2c..6b25fec103 100644 --- a/official/README.md +++ b/official/README.md @@ -161,6 +161,17 @@ release with the latest changes. * [tf-models-no-deps](https://pypi.org/project/tf-models-no-deps/): without `tensorflow` and `tensorflow-text` in the `install_requires` list. +### Examples and Tutorials + +Get started with TensorFlow Model Garden by exploring the provided examples and tutorials: + +* [NLP](https://www.tensorflow.org/tfmodels/nlp) +* [Image classification](https://www.tensorflow.org/tfmodels/vision/image_classification) +* [Object detection](https://www.tensorflow.org/tfmodels/vision/object_detection) +* [Semantic Segmentation](https://www.tensorflow.org/tfmodels/vision/semantic_segmentation) +* [Instance Segmentation](https://www.tensorflow.org/tfmodels/vision/instance_segmentation) + + ## Contributions If you want to contribute, please review the [contribution guidelines](https://github.com/tensorflow/models/wiki/How-to-contribute).