Skip to content
@Life-Experimentalist

Life Experimentalist

🧪 Welcome to Life Experimentalist 🚀

Typing SVG

Organization Views

Founded Badge Status Badge

🎯 Our Mission

"Every experiment teaches us something new. Every line of code brings us closer to innovation."

Life Experimentalist is a central hub for projects that bridge the gap between experimental concepts and real-world software solutions. We believe in learning through execution, building through iterative releases, and growing through collaboration.


🌐 Connect with the Founder

LinkedIn Email GitHub Portfolio


🚀 Featured Organization Projects

💻 CodeLedger

LeetCode DSA Auto-Commit Browser Extension.

Views

Manifest V3 browser extension that intercepts accepted DSA solutions, runs inline AI code review, and commits them to user's GitHub, auto-generating a live Pages dashboard.

🔗 View Repository

🚪 CogniGate

Self-hosted, multi-tenant LLM gateway.

Views

Go gateway where clients use one key and the standard OpenAI API while provider credentials never leave your deployment. Live at cognigate.vkrishna04.me.

🔗 View Repository

🧠 EquiLens

LLM Bias Auditing & Evaluation System.

Views

Multi-metric bias detection CLI for local LLMs via Ollama, generating structured fairness audit data, statistics, and graphs (published on Zenodo).

🔗 View Repository

🧹 dev-prune

Reclaim disk space from idle Git repositories.

Views

Rust CLI that deletes node_modules, .venv, target, and vendor from idle repos only after the project's own package manager proves a lockfile can rebuild them. On the org's Homebrew tap and Scoop bucket.

🔗 View Repository

📚 RanobeGemini

AI reading companion for web novels and fanfiction, published on Firefox Add-ons and Edge Add-ons.

Views

Published Firefox extension that translates and enhances web novels on ranobes.top, FanFiction.net, AO3 and ScribbleHub, with a bring-your-own-provider design (Gemini, any OpenAI-compatible endpoint, or local Ollama) and a shelf-aware reading library.

🔗 View Repository🦊 Firefox Add-ons🌐 Edge Add-ons

⚡ ViewFlare

Serverless view counters: one POST to count, one image URL for the badge.

Views

Serverless view counter on Cloudflare Workers and D1: one POST increments, one image URL renders a configurable SVG badge, with optional unique-visitor analytics and CI-checked endpoints. Live at counter.vkrishna04.me, powering every view badge on this page.

🔗 View Repository

⏳ Chronos-Ledger

Multi-dimensional timetable engine for campus scheduling and beyond.

Views

Dockerized, offline-first timetabling and geofenced attendance system with 3D GPS checks, reverse RSVP scheduling, and real-time WebSockets. Campus-first, generalizing to any domain that needs an efficiently queryable, sliceable timetable.

🔗 View Repository

🪪 LoginLens

Which account, OAuth provider, and MFA method you used on every site.

Views

Local-first browser extension built with Plasmo and React. No passwords stored, no account, no backend, no telemetry; login history stays in IndexedDB on your device.

🔗 View Repository
More organization projects

🏥 PulseWard-HMS

Hospital management platform.

Views

Proprietary, closed-source project in a private repository. Project overview available on the founder's portfolio.

🔗 Project Overview

📝 cspell-sync

VS Code dictionary synchronizer.

Views

VS Code Marketplace extension enabling dictionary synchronization to keep spelling rules consistent across workspaces (2K+ installs).

🔗 View Repository

🤟 SignLanguageDetector

Real-time sign language detection with in-browser inference.

Views

Webcam frames run through MediaPipe landmarks into a RandomForest classifier, with a training CLI, model analytics, a REST API, and in-browser inference. Live at sign.vkrishna04.me.

🔗 View Repository

💾 Save-Sync

Save points for code, for when git is overkill.

Views

VS Code extension bringing game-style save points to code: snapshot the workspace, roll back from a timeline, and keep files added since the save point thanks to overlay restore. Save points are plain JSON under .vscode, no cloud required.

🔗 View Repository🧩 VS Code Marketplace

🐝 HiveXplore

Simplified Web3 Hive Social Media Portal.

Views

Onboarding decentralized social media web application designed to welcome newcomers without technical complexity (IIT Delhi CodeHive Runner-up).

🔗 View Repository

😊 Facial-Emotion-Detector

Real-Time Facial Landmark & Emotion Classifier.

Views

Extracts facial landmarks and classifies emotions in real-time using MediaPipe and machine learning (Tredence InfinityAI runner-up).

🔗 View Repository

🧰 portfolio-creator

Fill in a form, get a portfolio.

Views

Guided form that generates a settings file for the same JSON-driven template powering vkrishna04.me, validating every field against the portfolio's own JSON Schema. Download the file, or let a scoped token create the repo and enable Pages for you.

🔗 View Repository🌐 Website

🎥 Vectra-180

A dual-fisheye dashcam for the Pi Compute Module 5.

Views

Headless systemd dashcam where recording is the one non-optional duty: preview, depth and the web UI stay off the capture thread, camera brownouts don't stop it, and the SD card never fills. Computes stereoscopic depth on demand from the dual fisheyes.

🔗 View Repository🌐 Docs

🤝 How to Contribute

🍴 Fork & Pull

Fork any repo, branch off, make your updates, and open a Pull Request. We review and merge active contributions!

🐛 Report Issues

Find bugs or have ideas? Open an issue on the relevant repository and detail your findings or feature concepts.

💡 Share Ideas

Start a discussion thread on the organization page, collaborate on new experiments, or learn alongside our community.


📊 Organization Stats

Total Repos Languages Status

Repos per Language

Built with ❤️ by Krishna GSVVLife Experimentalist

Pinned Loading

  1. SignLanguageDetector SignLanguageDetector Public

    Real-time sign language detection — webcam → MediaPipe → RandomForest → browser inference. One-command setup with uv. Includes training CLI, model analytics, and REST API.

    Python

  2. cspell-sync cspell-sync Public

    cspell-sync: VS Code extension syncing project spelling dictionaries with global settings for consistent spell checking across workspaces.

    TypeScript 3

  3. RanobeGemini RanobeGemini Public

    Local-first browser extension that enhances web novel and fanfiction reading with the AI provider of your choice

    JavaScript 3

  4. Save-Sync Save-Sync Public

    VS Code Extension to save your project at working save points like game saves for non version controlled projects

    CSS 1

  5. Youtube-Keystrokes-Blocker Youtube-Keystrokes-Blocker Public

    A powerful userscript that gives you fine-grained control over YouTube keyboard shortcuts. Block distracting hotkeys while keeping the ones you need active.

    JavaScript 4

  6. ViewFlare ViewFlare Public

    ⚡ Ultra-efficient serverless view counter with admin panel and SVG badges. Optimized for Cloudflare's free tier with headless telemetry tracking.

    TypeScript

Repositories

Showing 10 of 35 repositories
  • Chronos-Ledger Public

    A multi-dimensional timetable engine, self-hosted and offline-first. Geofenced attendance, a real-time WebSocket hub, bulk CSV timetable import, a guest kiosk, display labels you configure yourself, and one-command Docker setup. FastAPI · Next.js · PostgreSQL · Redis.

    Life-Experimentalist/Chronos-Ledger's past year of commit activity
    Python 1 0 1 9 Updated Sep 15, 2026
  • LoginLens Public

    See which account, OAuth provider, and MFA method you used on every site. Local-first: no passwords stored, no account, no backend, no telemetry.

    Life-Experimentalist/LoginLens's past year of commit activity
    TypeScript 0 0 1 9 Updated Sep 14, 2026
  • CogniGate Public

    Self-hosted, multi-tenant LLM gateway. One key, the OpenAI API, and your provider credentials never leave your deployment.

    Life-Experimentalist/CogniGate's past year of commit activity
    Go 0 Apache-2.0 0 0 8 Updated Sep 12, 2026
  • ViewFlare Public

    ⚡ Ultra-efficient serverless view counter with admin panel and SVG badges. Optimized for Cloudflare's free tier with headless telemetry tracking.

    Life-Experimentalist/ViewFlare's past year of commit activity
    TypeScript 0 0 0 0 Updated Sep 10, 2026
  • dev-prune Public

    Reclaim disk space from idle Git repositories. A Rust CLI that deletes node_modules, .venv, target and vendor only after the project's own package manager proves a lockfile can rebuild them.

    Life-Experimentalist/dev-prune's past year of commit activity
    Rust 8 Apache-2.0 0 0 3 Updated Sep 9, 2026
  • Vectra-180 Public

    Dual-fisheye dashcam and stereoscopic depth engine for the Raspberry Pi Compute Module 5

    Life-Experimentalist/Vectra-180's past year of commit activity
    Python 0 Apache-2.0 0 0 1 Updated Sep 7, 2026
  • .github Public
    Life-Experimentalist/.github's past year of commit activity
    0 0 0 0 Updated Sep 7, 2026
  • EchoSight Public

    Contact-center call QA: auditable rule-based moment detection, Gemini transcript simulation, and live agent chat behind one REST API

    Life-Experimentalist/EchoSight's past year of commit activity
    HTML 0 0 0 0 Updated Sep 7, 2026
  • CareReach Public

    AI telemedicine demo: Gemini symptom checker, Google Maps hospital finder, and appointment booking in a Streamlit app

    Life-Experimentalist/CareReach's past year of commit activity
    Python 0 0 0 0 Updated Sep 7, 2026
  • Youtube-Keystrokes-Blocker Public

    A powerful userscript that gives you fine-grained control over YouTube keyboard shortcuts. Block distracting hotkeys while keeping the ones you need active.

    Life-Experimentalist/Youtube-Keystrokes-Blocker's past year of commit activity
    JavaScript 4 0 0 0 Updated Sep 7, 2026

Top languages

Loading…

Most used topics

Loading…