diff --git a/README.md b/README.md index 4877c36..a03cef0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Take a look at the in progress projects to see what it's like to work on a proje * [`arbitrary_image_stylization` by Magenta](https://github.com/magenta/magenta/tree/f3b66aa1354cd933f0e9757a567cc9a3d2d03297/magenta/models/arbitrary_image_stylization) - art generation. Colab Notebooks demonstrating TFLite model conversion process along with inference in Python are [available on TF Hub](https://tfhub.dev/sayakpaul/lite-model/arbitrary-image-stylization-inceptionv3/dr/predict/1). The TFLite models can be downloaded from the same link. * Enhanced super res GAN - [project repo](https://github.com/margaretmz/esrgan-e2e-tflite-tutorial). * Speech Command - [overview](overviews/speech_command.md). +* BERT for Mobile - [project repo](https://github.com/sayakpaul/BERT-for-Mobile). ## End-to-end tutorials (completed)