<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alex V. Mantzaris</title>
    <description>The latest articles on DEV Community by Alex V. Mantzaris (@avmantzaris).</description>
    <link>https://dev.to/avmantzaris</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F778350%2F76366b62-57bb-4eeb-abbd-ae4b6f28d5d7.jpg</url>
      <title>DEV Community: Alex V. Mantzaris</title>
      <link>https://dev.to/avmantzaris</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/avmantzaris"/>
    <language>en</language>
    <item>
      <title>Tagasaurus, desktop ml photo search</title>
      <dc:creator>Alex V. Mantzaris</dc:creator>
      <pubDate>Sun, 03 Aug 2025 16:53:40 +0000</pubDate>
      <link>https://dev.to/avmantzaris/tagasaurus-desktop-ml-photo-search-5ee7</link>
      <guid>https://dev.to/avmantzaris/tagasaurus-desktop-ml-photo-search-5ee7</guid>
      <description>&lt;p&gt;Tagasaurus is a privacy-first media-manager that lives entirely on your desktop. Drop photos, videos, GIFs, PDFs, or audio files into the app and Tagasaurus builds a fully local library you can search like magic. Type a natural-language description ('sunset over the vacation 2019', 'college picnic 2012') or let the camera roll: Tagasaurus can find every shot of your old friend Jack by comparing face embeddings even if you never wrote a single tag. Because everything runs offline, none of your memories ever leave your machine. It can handle storing audio, pdfs, gifs and video.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/mantzaris/Tagasaurus/" rel="noopener noreferrer"&gt;https://github.com/mantzaris/Tagasaurus/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Under the hood the app is a tight Electron JS bundle with a modern Svelte 5 + Routify frontend. The renderer is written in TypeScript with runes-based reactivity and Tailwind-style utility classes, while the main process handles heavy lifting in Node. Media ingest pipelines lean on fluent-ffmpeg (pointed at statically bundled ffmpeg/ffprobe binaries) to extract thumbnails, duration metadata, and frames for face detection. Faces are embedded with an ArcFace ONNX model; text search uses a lightweight sentence-embedding model—both executed through onnxruntime for fast, CPU-friendly inference. Vectors, file hashes, and canonical paths land in a libSQL (SQLite) database, giving you ACID guarantees and blistering full-text + nearest-neighbour queries without shipping a server.&lt;/p&gt;

&lt;p&gt;Tag Your Planet!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F14z0gojtxgfkjfx0c7s1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F14z0gojtxgfkjfx0c7s1.png" alt=" " width="800" height="654"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1v28jm7civxlqbgaf3n4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1v28jm7civxlqbgaf3n4.png" alt=" " width="800" height="654"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fra1i0eczomjabvmy1l99.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fra1i0eczomjabvmy1l99.png" alt=" " width="800" height="654"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>electron</category>
      <category>machinelearning</category>
      <category>application</category>
      <category>desktop</category>
    </item>
    <item>
      <title>For resizing an image to a div in order for the image to fill along one axis... https://stackoverflow.com/a/49631043/410975</title>
      <dc:creator>Alex V. Mantzaris</dc:creator>
      <pubDate>Fri, 07 Jan 2022 14:34:38 +0000</pubDate>
      <link>https://dev.to/avmantzaris/for-resizing-an-image-to-a-div-in-order-for-the-image-to-fill-along-one-axis-httpsstackoverflowcoma49631043410975-4489</link>
      <guid>https://dev.to/avmantzaris/for-resizing-an-image-to-a-div-in-order-for-the-image-to-fill-along-one-axis-httpsstackoverflowcoma49631043410975-4489</guid>
      <description></description>
    </item>
  </channel>
</rss>
