diff --git a/README.md b/README.md index f1770e2..968f891 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,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). +* CRAFT in TFLite - [project_repo](https://github.com/tulasiram58827/craft_tflite) ## End-to-end tutorials (completed)