e2e-tflite-tutorials
e2e-tflite-tutorials copied to clipboard
Project tracking of the "Mobile ML Working Group", for the End-to-End TensorFlow Lite tutorials.
I am trying to run EAST tflite model provided by @sayakpaul on tf-hub https://tfhub.dev/sayakpaul/lite-model/east-text-detector/fp16/1 to detect text on an image on Pixel emulator. I am able to use custrom model...
# Goal: * Write a tutorial to explain how to train a custom pose classifier (e.g. to detect yoga pose) # Technologies used: * [ML Kit's Pose Detection API](https://developers.google.com/ml-kit/vision/pose-detection) for...
Contributors: @margaretmz, @sayakpaul GitHub repo: https://github.com/margaretmz/esrgan-e2e-tflite-tutorial/
@farmaker47 thank you for agreeing to help with the speech command tutorial! ## Background * [Speech command](https://github.com/tensorflow/examples/tree/master/lite/examples/speech_commands) sample is already available on GitHub but there's no good documentation explaining how...
Hi all, From past few weeks with the help of @sayakpaul I worked on creating TFLite models for [Text Detection](https://github.com/tulasiram58827/craft_tflite) and [Recognition](https://github.com/tulasiram58827/ocr_tflite). I have also created a [Notebook](https://github.com/tulasiram58827/ocr_tflite/blob/main/colabs/ENDTOEND_OCR_TFLITE.ipynb) to do...
Contributors: Abdul (@AbdulRashidReshamwala) Repository: https://github.com/AbdulRashidReshamwala/DeepSpeech_demo
Currently the TFLite [image segmentation](https://github.com/tensorflow/examples/tree/master/lite/examples/image_segmentation/android) sample only supports 1 segmentation model trained on COCO dataset with mobilenet_v2_0.5 backbone. However, there are many different [versions](https://tfhub.dev/s?module-type=image-segmentation&publisher=sayakpaul) of image segmentation with different backbone...