Skip to content
View K-bhuvan's full-sized avatar
🦾
🦾

Block or report K-bhuvan

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
K-bhuvan/README.md

Hi👋, I'm Bhuvan

Spending my time getting machines to understand the world a little better and occasionally solve useful problems along the way.

Projects

  • ♟️ Chess-llm: Fine-tune Qwen3-4B on Stockfish-labeled chess positions with 4-bit QLoRA, optional GRPO, and a local play UI on a consumer GPU.
  • 📓 OpenMargam: OpenMargam helps people find the right guide for the right path.
  • 👁️‍🗨️ SwarmMon: Fleet observability for ROS robots in the field live dashboard, offline detection, and alerting.
  • ☎︎ CallGist: A weekly business-risk and opportunity report for owners who do not have time to review calls.
  • 🕵🏼‍♂️ ProblemFinder: Find worthy pain points from various discussions - emails daily digest.
  • 🗺️ funmap: Discover places worth leaving home for.
  • 🕹️ VLA-inference: This is a lightweight VLA showcase for running state‑of‑the‑art robot policies without training.
  • 🤖 VLA From Scratch: Vision-Language-Action policy built and trained end-to-end from scratch on a single consumer GPU, with behavior cloning, DAgger-lite post-training, and a full evaluation harness.
  • 🎨 Image Generation From Scratch: Text-to-image diffusion model built end-to-end from scratch with DDPM noise scheduling, text conditioning, and a lightweight HTTP inference API.
  • 🧠 LLM From Scratch: Transformer-based language model built and trained end-to-end from scratch.
  • 🚗 Autonomous Driving with RL: PPO/SAC/TD3 policy gradient agents for vehicle control in simulation.
  • 👁️ Stereo Visual Odometry: Camera pose estimation from stereo imagery using classical CV techniques (research, Colorado School of Mines).
  • 🏭 Warehouse Automation: Autonomous robot navigation and task planning for warehouse environments.
  • 🌊 Optical Flow Speed Estimation: Vehicle speed estimation from dashcam footage using optical flow on comma.ai data.

Pinned Loading

  1. Stereo-Visual-Odometry-SVO Stereo-Visual-Odometry-SVO Public

    This project is an independent project done under Dr. William Hoff at Colorado school of mines university. Goal of the project is to estimate the pose of the camera/robot at every instant using cla…

    Python 3 1

  2. llm-from-scratch llm-from-scratch Public

    Training llm from scratch - learning llms

    Python

  3. autonomous-driving-rl autonomous-driving-rl Public

    RL-based autonomous vehicle control with PPO, SAC, and TD3 algorithms

    Python 1