Skip to content
View Kamalbura's full-sized avatar

Block or report Kamalbura

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

Kamal Bura

AI · Software · Embedded · Robotics

I build intelligent systems that connect software, models, and real-world hardware.

Explore Embedded & Robotics · Explore AI & Software


Featured systems

System What it demonstrates
Smart Car Voice → language model → navigation → MCU → motors. A Raspberry Pi system with an MCU safety layer; obstacle stopping and status telemetry are verified on hardware.
Air Quality Forecasting Data ingestion → Airflow → PostgreSQL → machine learning → dashboard. An end-to-end forecasting platform built for repeatable data and deployment workflows.
Agent-Q Screen context → language model → planning → validation → action. A Windows accessibility overlay that keeps a validation step between an agent and user-facing actions.
ESP32 RC Race Car Controller → ESP-NOW → receiver → control loop → motors. A real-time wireless control system with CRC-checked packets, failsafe behaviour, and yaw-assisted steering.

These systems are intentionally cross-disciplinary. They combine software engineering with the constraints that matter when code controls devices: latency, unreliable networks, sensor faults, power, and safe failure modes.

Explore by specialization

Embedded & Robotics AI & Software
Microcontrollers, real-time control, sensors, wireless links, Linux edge systems, and robotics. AI systems, data platforms, software architecture, ML workflows, and user-facing applications.

Core tools

Languages: C · C++ · Python · TypeScript · JavaScript · C# · SQL · Lua
Embedded: ESP-IDF · Arduino · FreeRTOS · ESP-NOW · TinyUSB · I²C · I²S · SPI · UART
AI and data: LLM systems · PyTorch · XGBoost · scikit-learn · Airflow · PostgreSQL
Software and platform: Docker · Next.js · React · Node.js · .NET


I document what a system does today, what has been verified, and what still needs to be proven.

Pinned Loading

  1. acumen-cse-2025 acumen-cse-2025 Public

    CSE department fest website, 2025 edition: events, schedule, gallery and registration with a cyberpunk theme

    JavaScript

  2. esp32-rc-race-car esp32-rc-race-car Public

    Custom ESP32-S3 RC system, both ends built from scratch: handheld transmitter and car receiver over encrypted ESP-NOW at 100Hz with CRC-16 packets, MPU6050 yaw assist, speed-dependent steering and …

    C++

  3. air-quality-forecasting air-quality-forecasting Public

    End-to-end air quality forecasting platform: Open-Meteo ingestion, PostgreSQL with watermarks, per-city Airflow DAGs on a Raspberry Pi, a nine-model zoo with Optuna tuning, and a Next.js dashboard

    Python 1

  4. DeskMate DeskMate Public

    Always-on ESP32-S3 desk companion with an animated expressive face: MPU6050 gesture reactions, SH1106 OLED, time and weather on tilt, idle sleep and OTA updates

    C++ 10 1

  5. rc-rover-arm rc-rover-arm Public

    Arduino Mega tank-steer rover with a 7-servo arm: 10-channel RC, three-mode state machine (Rover/Arm/Precision), counter-rotation turns, timer-safe PWM and deadband filtering

    C++

  6. homelab homelab Public

    Xiaomi device debloating, Tailscale networking, Raspberry Pi home lab with Pi-hole DNS, Docker services, and remote phone access via opencode

    Shell