GitHub:
<a href="https://github.com/themankindproject/imgfprint-rs" rel="nofollow">https://github.com/themankindproject/imgfprint-rs</a><p>imgfprint is a Rust library for deterministic image fingerprinting and image similarity detection.<p>Features:
- perceptu...
I built Smart Local Search – a privacy-first local AI search tool.<p>It finds files, photos and code by describing them.<p>Everything runs locally:
- no cloud
- no telemetry
- open source<p>GitHub:
<a href="https://github.com/dan99nik/smart-locale-search" rel="nofollow">https:&#x...
Hey HN,<p>Im a first year CS student and ive been working on building my own SaaS API Monitor for the last 2 weeks but I've hit a road block or moreso I'm inna situation..<p>I've been posting about my product on various sites but have recieved next to no new users.<p>So I've deci...
Built ollamon, an htop-style terminal monitor for Ollama nodes. It shows installed and running models, CPU/RAM/disk usage, GPU metrics, access-log-based latency/request telemetry, and lightweight operational insights in a terminal UI. macOS GPU data is sourced from agputop, and the go...
I’ve started an open-source experiment called CodeCortex.<p>The idea is simple:<p>AI coding tools repeatedly re-learn the same repository structure every session.<p>This wastes tokens and often misses architectural dependencies.<p>CodeCortex explores a different approach:
build a persistent knowledg...
Hi HN,<p>We built *ForgeCode*, a coding agent that integrates directly into *Zsh*.<p>After installing the plugin you can talk to it from your shell using `:` commands.<p>Example:<p>```
: add caching to this GraphQL resolver
```<p>Because it runs inside Zsh, your *aliases, plugins, and shell workflow...
Hi HN,<p>I'm building Qwodel, an open-source pipeline that automates the fragmented mess of LLM quantization.<p>If you've ever tried to prep a Hugging Face model for edge deployment or cheaper cloud inference, you know the drill: wrestling llm_compressor for AWQ, writing ctypes calls for l...
Hi HN,<p>I built LazyFire, a terminal UI for Firebase Firestore inspired by lazygit.<p>I use Firestore a lot, but constantly switching to the Firebase Console to inspect data, run queries, or debug documents was slowing down my workflow. I wanted something that works entirely inside the terminal wit...
Invoice processing and GST data management can be time-consuming when handled manually. An Invoice OCR API helps automate this process by extracting important information directly from invoice images or PDFs. Using AI-powered OCR technology, the system can detect fields such as invoice number, vendo...