Davamix

Projects

A selection of personal projects built around AI, desktop applications, and data tooling.

Acopio

A personal, multi-tenant catalog of developer tools, libraries, services, and articles — with semantic search powered by local embeddings, a REST API, an MCP server for AI assistants, and a Blazor web UI. Built on .NET 10, PostgreSQL + pgvector, llama.cpp (EmbeddingGemma-300M, 768-dim), Hangfire, and Logto (self-hosted).

.NET 10 Blazor PostgreSQL pgvector MCP Semantic Search
YAOCr

RAG tool for Windows desktop using WinUI 3 that allows you to chat with an LLM and work with your own documents (.txt, .json). Features conversation management, dark mode, and GPU acceleration.

WinUI 3 C# RAG Qdrant LLM
MindNotes

WinUI 3 application to take notes backed by Ollama and Qdrant. Features SmartSearch that surfaces relevant information across all your notes using semantic similarity.

WinUI 3 C# Ollama Qdrant RAG
MindProject

Knowledge manager for personal projects built with WinUI 3 and a WebAPI backend. Stores structured project data in SQLite with Docker support and a Swagger interface.

WinUI 3 C# SQLite WebAPI Docker
cats-localization

cats-localization

Repository arrow_forward

Instance segmentation using Detectron2 to detect and localize cats in images and video frames. Trained on a custom dataset with multi-subject detection support.

Python Detectron2 Computer Vision Deep Learning
metrics-dashboard

metrics-dashboard

Repository arrow_forward

Web dashboard for visualizing ML training metrics in real-time using Flask and WebSockets. Supports merging metrics from multiple sources with Docker Compose deployment.

Python Flask WebSockets Docker
papers-library

Tool to download and annotate papers from arXiv with personal notes, stored in MongoDB. Includes supplementary scripts for PDF processing and dataset preparation.

Python Flask MongoDB arXiv Docker