A
akshayne91224 July, 2026

Built a voice-controlled screenshot memory + AI assistant using Vultr Serverless Inference

Hey everyone! Wanted to share something I recently built using Vultr after seeing a itneresting blog

I take hundreds of screenshots (errors, meeting slides, dashboards) and could never find them later. I also hated switching to ChatGPT every time I wanted to draft a reply.

So I built a single desktop tool that solves both. It automatically watches for new screenshots, sends them to NVIDIA Nemotron Omni via Vultr Serverless Inference, generates a plain-English description, and stores it in Vultr Vector Store for semantic search. Hold a hotkey, speak your request, and it captures the active window, transcribes with Groq Whisper, searches your screenshot memory or drafts a context-aware reply, then pastes it directly into the active app without changing focus.

Stack: Vultr Serverless Inference • Vultr Vector Store • Groq Whisper

Happy to answer questions if anyone wants to build something similar!

Demo: https://youtu.be/BkjOi1JCEMo
GitHub: https://github.com/Cappybara12/wispr-better

Comments