Skip to content
View rounakbajpayee's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rounakbajpayee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rounakbajpayee/README.md

Rounak Bajpayee

Building systems that create leverage. Exploring AI, automation, and developer tooling.


Most of what's here runs on my homelab — things I built to solve real problems. Not tutorial projects. Things I actually use daily.

Active projects

  • AGENTIC_ENGINEERING_STANDARDS — Provider-agnostic engineering instructions and pre-commit preflight validator to align AI coding agents and developers in local environments, featuring JIT contextual memory loading.
  • APRIL — Local AI desktop companion and home assistant that powers voice-controlled Windows automation, local speech-to-text handling, and custom execution loops.
  • PostMailRAG — Local-first email intelligence engine featuring cross-provider IMAP ingestion, hybrid PostgreSQL search, and text extraction over PDF/office attachments using pgvector.
  • REPO_KNOWLEDGE — Codebase semantic memory layer that indexes Git repositories, creates embeddings locally, and exposes semantic search capabilities to coding agents via the Model Context Protocol (MCP).
  • LENS — Private vision telemetry, OCR (using Surya/Vision engines), and Visual Question Answering (VQA) gateway that acts as the eyes for local AI agent systems.
  • ECHO — Fast, private, hallucination-resistant speech transcription service running entirely on local hardware with an OpenAI-compatible API.
  • VOICE — High-performance, local text-to-speech (TTS) synthesis microservice optimized for Apple Silicon and powered by Kokoro-82M.

Stack Python · FastAPI · PostgreSQL · Docker · LLMs · REST APIs · React


LinkedIn · contact@rounakbajpayee.com

Popular repositories Loading

  1. APRIL APRIL Public

    AI Desktop Copilot and Windows Home Assistant for local desktop automation and speech-to-text handling.

    Python

  2. lens lens Public

    Local visual telemetry, Visual Question Answering (VQA), and OCR gateway microservice acting as the eyes for AI agent systems.

    Python

  3. ECHO ECHO Public

    Fast, private, hallucination-resistant speech transcription for your home lab — OpenAI-compatible API running entirely on local hardware.

    Python

  4. VOICE VOICE Public

    Fast, private text-to-speech (TTS) synthesis microservice for your homelab powered by Kokoro-82M and optimized for Apple Silicon.

    Python

  5. ai-lab ai-lab Public

    Web-based research workbench for discovering, testing, and monitoring AI services running in the Citadel homelab.

    TypeScript

  6. REPO_KNOWLEDGE REPO_KNOWLEDGE Public

    Local-first semantic memory layer for codebases. Indexes Git repositories and exposes search capabilities via MCP to coding agents.

    Python