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

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

  • ๐Ÿค– 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