Convert Huggingface model to TensorFlow Lite

Overview I needed to convert a Hugging Face TensorFlow model to TensorFlow Lite (tflite) and did so with the method below. While it's…

Huggingface Transformers on Apple M1

Overview This is a guide on setting up huggingface transformers on a MacBook Air with Apple Silicon (M1). Install Python [ Install Python…

Making Flutter work with TensorFlow

Overview As of this writing, TensorFlow Lite does not have an official library for Flutter. So I am trying to make it all work with this…