Building Flutter apps for distribution

One would think it would be straightforward to install an iOS app you built yourself to your own iPhone. And yet...it took this lifesaver…

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…

Flutter

Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single…

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…

Install Python and setup miniforge3

Setup I use pyenv to handle different python versions. macOS Using homebrew: To activate: title: "Install Python and setup miniforge…

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…

Sowing a digital garden with GatsbyJS and Obsidian

Overview In this I will describe the steps I took to create this [ Digital Garden ]. Ingredients [ Obsidian ] - what I'm using to write this…

Using Rust in Flutter code

Introduction I am trying to figure out how to integrate huggingface into my Flutter app. Here is my attempt at figuring that out. Setup…