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...
I wanted something like Glasswire, but for Linux and free. I found only one project that did this, but it's been discontinued, so I decided to learn and build one myself. Still in progress.
Instead of dumping raw price data into a prompt, I treated the LLM strictly as a "Qualitative Reasoner" (the Brain) and built deterministic scripts as the "Quantitative Executors" (the Hands).
The Math Layer (Zero Hallucination): Traditional Node.js/Python scripts pull marke...