This tutorial series on building a Semantic Image Search Application with Elixir is currently a work in progress. Feel free to explore the available sections below, and check back later for updates as I work on expanding this guide!
Easy Local Image Captioning with Livebook
Getting Started Livebook is a powerful Elixir tool that excels at data exploration and insight sharing. If you’re familiar with Python’s Jupyter Notebooks, you’ll feel right at home. But even if you’re new to this type of tool, don’t worry – Livebook is incredibly user-friendly and requires minimal setup. In this tutorial, we’ll harness Livebook’s capabilities to caption images using your own machine’s hardware, all without writing a single line of code. This means you can generate image captions locally, without relying on external services. The best part? You don’t need a high-powered GPU – any machine will do. ...