Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md file for examples and tutorials related to NLP and Vision using TensorFlow Model Garden #11170

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions official/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Loading