In the previous posts of the TFLite series, we introduced TFLite and the process of creating a model. In this post, we will take a deeper dive into the TensorFlow Model Optimization. We will explore ...
TensorFlow Lite Model Maker: Create Models for On-Device Machine Learning
In this article, we will learn how to create a TensorFlow Lite model using the TF Lite Model Maker Library. We will fine-tune a pre-trained image classification model on the custom dataset, further ...
TensorFlow Lite: TFLite Model Optimization for On-Device Machine Learning
The recent trend in developing larger and larger Deep Learning models for a slight increase in accuracy raises concerns about their computational efficiency and wide scaled usability. We can not use ...
Install OpenCV 4 on Raspberry Pi
Install OpenCV 4 on Raspberry Pi. In this post, we will provide a bash script for installing OpenCV-4.0 (C++, Python 2.7 and Python 3.5) on Raspbian Operating System on Raspberry Pi. We will also ...