 
        
        
            Curated list of awesome lists
        
     
        
Awesome TensorFlow Lite  
  
 
TensorFlow Lite is a set of tools that help convert and optimize TensorFlow models to run on mobile and edge devices. It's currently running on more than 4 billion devices! With TensorFlow 2.x, you can train a model with tf.Keras, easily convert a model to .tflite and deploy it; or you can download a pretrained TensorFlow Lite model from the model zoo.
This is an awesome list of TensorFlow Lite models with sample apps, helpful tools and learning resources -
- Showcase what the community has built with TensorFlow Lite
- Put all the samples side-by-side for easy reference
- Share knowledge and learning resources
Please submit a PR if you would like to contribute and follow the guidelines here.
Contents
Past announcements:
Here are some past feature annoucements of TensorFlow Lite:
Models with samples
Here are the TensorFlow Lite models with app / device implementations, and references.
Note: pretrained TensorFlow Lite models from MediaPipe are included, which you can implement with or without MediaPipe.
Computer vision
Classification
Detection
Segmentation
Style Transfer
Generative
Post estimation
Other
Text
Speech
| Task | Model | App | Reference | Source | 
| Speech Recognition | DeepSpeech | Reference | Mozilla | 
| Speech Recognition | CONFORMER | Inference  Android | Community | 
| Speech Synthesis | Tacotron-2, FastSpeech2, MB-Melgan | Android | TensorSpeech | 
| Speech Synthesis(TTS) | Tacotron2, FastSpeech2, MelGAN, MB-MelGAN, HiFi-GAN, Parallel WaveGAN | Inference Notebook      | Project Repository | Community | 
Recommendation
Game
| Task | Model | App | Reference | Source | 
| Game agent | Reinforcement learning | Flutter | Tutorial | Community | 
Model zoo
TensorFlow Lite models
These are the TensorFlow Lite models that could be implemented in apps and things:
- 
MobileNet - Pretrained MobileNet v2 and v3 models.
- TensorFlow Lite models
TensorFlow models
These are TensorFlow models that could be converted to .tflite and then implemented in apps and things:
Ideas and Inspiration
- 
E2E TFLite Tutorials - Checkout this repo for sample app ideas and seeking help for your tutorial projects. Once a project gets completed, the links of the TensorFlow Lite model(s), sample code and tutorial will be added to this awesome list.
ML Kit examples
ML Kit is a mobile SDK that brings Google's ML expertise to mobile developers.
Plugins and SDKs
Helpful links
Learning resources
Interested but not sure how to get started? Here are some learning resources that will help you whether you are a beginner or a practitioner in the field for a while.
Blog posts
Books
Videos
Podcasts
MOOCs