Main navigation

  • Articles
  • Speaking
  • LLMs running in the browser

    Mar 1 2024 8 min read

    A comparison of frameworks for running LLMs client-side: Transformers.js, web-llm, and Candle.

  • Image Upscaling with Javascript

    Sep 28 2020 19 min read

    Image Upscaling in your browser lets you reduce your image sizes up to 1/16th. That means a 725kb image becomes 10kb. Learn how to do this and more with Super Resolution in Javascript.

  • Image Classification with Javascript

    Aug 16 2018 17 min read

    Leverage Transfer Learning on the web to train an accurate image classifier in less than a minute with just a few labeled images.

  • Tensors in JavaScript

    Aug 7 2018 5 min read

    The data type at the heart of all Neural Nets.

  • Hello World with Tensorflow.js

    May 17 2018 8 min read

  • Use cases for Tensorflow.js

    May 16 2018 5 min read

    Examples of client-side machine learning

  • Emojis in Javascript

    Nov 5 2016 7 min read

    A deep dive into the particular parsing oddities of emojis, Unicode, and Javascript.

  • Javascript Internationalization

    Jul 23 2015 8 min read

    I recently did some research on Javascript internationalization for a client-side Javascript app.