Skip to content
View Konohamaru04's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Konohamaru04

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
Konohamaru04/README.md
Amartya Deshmukh — Lead Engineer working across full-stack systems, AI, and GPU computing

I’m a Lead Engineer building product systems where full-stack software meets AI infrastructure. My work spans developer tooling, local model runtimes, GPU-accelerated media, and the practical engineering required to ship them.

Engineering system status: full-stack products, AI systems, GPU pipelines, and open-source tools

01 / OPERATING DOMAIN

  • Product engineering — durable web and desktop applications, from interface architecture through backend services and deployment.
  • Applied AI — local inference, model training, agent workflows, and tools that make advanced models useful outside a notebook.
  • Accelerated media — GPU-first image and video pipelines built around measurable output, explicit runtime contracts, and real hardware constraints.

02 / TOOLCHAIN

LANGUAGES
C# · Python · TypeScript · JavaScript · SQL

APPLICATION SYSTEMS
.NET · ASP.NET · Angular · React · Node.js · Tauri · Electron

AI + GPU
PyTorch · CUDA · OpenCV · ONNX Runtime · FFmpeg · ComfyUI · local LLM tooling

DATA + DELIVERY
SQL Server · SQLite · Azure · Docker · GitHub Actions

03 / FEATURED BUILDS

Pipeline diagram for the ComfyUI NVIDIA DLSS 5 Visual Enhancer

Native NVIDIA DLSS processing for ComfyUI: frame interpolation, video upscaling, and image upscaling exposed as composable nodes. The project connects GPU runtime integration to practical video workflows, including deterministic frame-rate conversion, encoding, audio retention, diagnostics, and experimental Linux support through Wine.

Python · NVIDIA DLSS · ComfyUI · FFmpeg · GPU video


A compact GPT-style language model built from scratch in PyTorch, covering tokenizer training, pretraining, supervised fine-tuning, evaluation, and local inference. Its architecture explores modern small-model ideas including grouped-query attention, RoPE, RMSNorm, and sparse mixture-of-experts routing.

PyTorch · Transformers · BPE · CUDA · Model training


A local desktop-control agent for Ollama vision models. It turns natural-language tasks into a bounded observe → plan → act → verify loop, pairing a Tauri + React interface with a Python worker, validated actions, screenshots, and an MCP surface.

Python · Tauri · React · TypeScript · Ollama · MCP

04 / ENGINEERING SIGNAL

INPUT   ambiguous product and systems problems
METHOD  model the contract · isolate the bottleneck · measure the result
OUTPUT  maintainable software that works on real machines

I’m most interested in work that crosses boundaries: UI and runtime, model and product, managed code and native acceleration. The through-line is practical systems thinking—understand the whole path, then make the critical path better.

05 / OPEN SOURCE

Project work is the primary telemetry here. Browse the repositories, implementation notes, validation evidence, and active experiments directly on GitHub.

AMARTYA DESHMUKH · LEAD ENGINEER · BUILT WITH INTENT, NOT BADGES

Pinned Loading

  1. ComfyUI-NVIDIA-DLSS-Frame-Interpolation ComfyUI-NVIDIA-DLSS-Frame-Interpolation Public

    ComfyUI custom nodes for DLSS 5 Neural Video & Image Enhancer with Frame Interpolation

    Python 105 7

  2. ComfyUI-NebulaPromptManager ComfyUI-NebulaPromptManager Public

    JavaScript 2

  3. codeformer-DotNetWrapper codeformer-DotNetWrapper Public

    GUI to enhance videos using codeformer.

    C# 4 1

  4. Helix Helix Public

    Helix — a local-first desktop AI workbench. Electron + React frontend, SQLite persistence, and a bundled Python inference server for chat (Ollama), RAG, tool-use, skills, MCP, and image generation.…

    Python 1

  5. Tiny-LLM Tiny-LLM Public

    Tiny GPT-style LLM built from scratch in PyTorch with tokenizer training, transformer architecture, pretraining, chat fine-tuning, and local inference.

    Python 1 1

  6. RAG-for-Requirement-Document-Analysis RAG-for-Requirement-Document-Analysis Public

    Python