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!
Image Captioning Made Simple with Livebook
Getting Started Image captioning - the process of generating textual descriptions from images - is the first building block in our semantic image search journey. While this task combines complex computer vision and natural language processing, we can make it surprisingly accessible. In this tutorial, we’ll use Livebook, an interactive Elixir-based tool similar to Jupyter Notebooks but with a focus on simplicity. If you’re familiar with Jupyter, you’ll feel right at home. If not, don’t worry – Livebook’s intuitive interface makes it perfect for beginners. ...