From 768cbf78d0a1c8378239d35fd1e62e84065d098d Mon Sep 17 00:00:00 2001 From: tulasiram58827 Date: Mon, 16 Nov 2020 16:26:40 +0530 Subject: [PATCH 1/2] Update README.md Adding new project(Craft TFLITE Conversion) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1770e2..e2de578 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 TFLite Conversion - [project_repo](https://github.com/tulasiram58827/craft_tflite) ## End-to-end tutorials (completed) From 4a2b24200e8817966f56b707c6003fb6bdc732b3 Mon Sep 17 00:00:00 2001 From: tulasiram58827 Date: Mon, 16 Nov 2020 16:50:30 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2de578..968f891 100644 --- a/README.md +++ b/README.md @@ -36,7 +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 TFLite Conversion - [project_repo](https://github.com/tulasiram58827/craft_tflite) +* CRAFT in TFLite - [project_repo](https://github.com/tulasiram58827/craft_tflite) ## End-to-end tutorials (completed)