Personal Projects
Web
anujraja.com — Personal portfolio site · GitHub ↗
Built with Eleventy and deployed via GitHub Pages. Clean, minimal design focused on writing and projects — no frameworks, no noise.
AI & Engineering
Vachavox — macOS Local Voice Dictation · GitHub ↗
Swift/macOS menu bar app for offline voice-to-text. Hold a key, speak, get text — powered by local Core ML models (Parakeet, Whisper), direct insertion into any app, file transcription to Markdown, and zero cloud dependencies.
Built for private, low-latency voice workflows. No APIs, no subscriptions, no internet required. Stable and actively used daily.
Private Document RAG Assistant — FastAPI/Python local RAG system using Ollama, vector search, keyword retrieval, reranking, document ingestion, streaming chat, and remote-access proxying for private enterprise document Q&A.
Mobile-to-Desktop Coding Control System — iPhone-to-Mac coding bridge with secure pairing, WebSocket relay, live session streaming, git actions, and reconnect flows — enabling mobile-first product workflows.
Local LLM Inference Setup — Deployed private inference for 7B-class Llama, Qwen, and Gemma models via Ollama; integrated with RAG, chat, and voice pipelines for offline experimentation.