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…
Overview I needed to convert a Hugging Face TensorFlow model to TensorFlow Lite (tflite) and did so with the method below. While it's…
Overview Herein I will try to document what I did to make an Electron-based app. Requirements node v24 installed with nvm Electron Forge…
Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single…
Overview This is a guide on setting up huggingface transformers on a MacBook Air with Apple Silicon (M1). Install Python [ Install Python…
Setup I use pyenv to handle different python versions. macOS Using homebrew: To activate: title: "Install Python and setup miniforge…
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…
Overview In this I will describe the steps I took to create this [ Digital Garden ]. You can view the code for this garden here on GitHub…
Introduction I am trying to figure out how to integrate huggingface into my Flutter app. Here is my attempt at figuring that out. Setup…