Skip to content
View obhor's full-sized avatar
  • Bhor Enterprises
  • India
  • 04:53 (UTC +05:30)

Block or report obhor

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.

Content in all repositories owned by your account will be closed.
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
obhor/README.md

Hi, I'm Omkar πŸ‘‹

πŸ“ Pune, India | πŸ§‘β€πŸ’» Software Engineer | 🧩 M-shaped Polymath

Final-year B.Tech CSE @ NMIET, Pune β€” building systems from first principles, low-level to high-level, obsessed with clean code.

TypeScript JavaScript Python Rust C++ CUDA Go Java

Start Here

  • πŸ”¬ anuGPT β€” GPT-style language model (9.84M params) trained from scratch in CUDA β€” fused kernels, bf16, Tiger optimizer
  • πŸ“ obsidian-ask-my-vault-plugin β€” RAG chat with your Obsidian vault using any LLM β€” ChromaDB semantic search, incremental indexing
  • πŸ”„ taal β€” cross-device folder sync over GitHub, in Rust β€” auto repo setup, auth, seamless updates
  • πŸ•ΉοΈ pokenator-cli Β· pokenator-web β€” PokΓ©mon guessing game driven by Shannon entropy β€” 95%+ accuracy, CLI and web
  • πŸ—£οΈ swaraj β€” a C-like language with Marathi keywords β€” interpreter + REPL in Rust
  • 🧠 wordle-bot β€” entropy-optimal Wordle solver: 3.43 avg guesses, zero losses (3Blue1Brown's algorithm in Rust)

Current Projects

AI & ML

  • πŸ€– lobo β€” Mrs. Lobo: one Markdown prompt that turns any AI into a personal tutor
  • πŸ‘Ύ agents β€” collection of AI agents built with Claude Code
  • 🏏 ipl-ml β€” ball-by-ball IPL match outcome prediction, 80.6% blind accuracy (2008–2025)
  • 🩺 skin-disease-classifier β€” ResNet18 classification on HAM10000
  • πŸ”’ non-ML-recommendation-system β€” a recommendation engine that proves you don't always need ML

Systems & Languages

  • πŸ”— barter β€” offline P2P cryptocurrency wallet β€” Ed25519 signatures, UDP discovery, TCP transfer, no internet required
  • 🌳 jvcs β€” educational Git in Java: blobs, trees, commits, branching, content-addressed object database

Web & Portfolio

  • πŸͺŸ me β€” Windows XP-themed portfolio built with Next.js
  • ✍️ bhor.blog β€” my blog, a handwritten static site
  • πŸ“„ eigen β€” MS Edge's PDF viewer, but simply superior

Data & Experiments

  • β˜€οΈ aditya-l1 β€” experiments with ISRO's ADITYA-L1 solar observatory data
  • πŸ›’οΈ data-pipeline-etl β€” production-grade ETL: Python β†’ PostgreSQL β†’ Docker β†’ GitHub Actions
  • πŸ—οΈ pyspark-medallion-etl β€” medallion-architecture ETL with PySpark

Connect

LinkedIn Blog GitHub

Pinned Loading

  1. anuGPT anuGPT Public

    Taking wyGPT's high-performance CUDA code and making it teachable - like nanoGPT, but for GPU programming.

    Cuda 4 1

  2. barter barter Public

    Go

  3. obsidian-ask-my-vault-plugin obsidian-ask-my-vault-plugin Public

    TypeScript 3

  4. pokenator-cli pokenator-cli Public

    Python

  5. swaraj swaraj Public

    Minimal C-like programming language with Marathi keywords, featuring interpreter and REPL, written in Rust.

    Rust 1

  6. pokenator-web pokenator-web Public

    JavaScript