Skip to content
View burntcookiedough's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report burntcookiedough

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

LOCAL_INFERENCE / AGENT_SYSTEMS / FAILURE_RECOVERY

Anshul Panigrahi

AI/ML engineer building local-first systems, practical automation, and tools around real problems


Current engineering loop


Email LinkedIn GitHub Resume



currently building → Hermes Agent + custom tool harness


Important

Open to AI/ML internships around local inference, agent reliability, industrial ML, and embedded / edge systems.

PUBLISHED PATENTS
03
EDGE INFERENCE
<100 ms
HACKATHON
Winner

01 / selected_work

LOCAL INFERENCE / PRODUCT SYSTEMS

Local-first Windows dictation with packaged speech-model workflows, global hotkeys, a click-through live overlay, searchable history, automatic insertion, CPU/CUDA fallback, and hardened WebSocket session transitions.

Faster-Whisper Electron Python WebSocket

Why it matters: the interesting work is not merely transcription — it is getting inference, desktop runtime, session state, model delivery, and release packaging to behave as one product.

Real-Time Predictive Maintenance

INDUSTRIAL ML / STREAMING

Kafka, Spark, Cassandra, PyTorch, and graph analytics across 5,000 simulated factory machines, combining streaming anomaly detection with cascade-failure analysis and constrained mitigation.

~100 sensor msg/s 5,000 machines graph analysis

Why it matters: model output is connected to a live data path and downstream decisions rather than treated as an isolated notebook prediction.


Repository private · available on request

UNSUPERVISED ML / RESEARCH

HDBSCAN proposes operating regimes on NASA CMAPSS and CWRU while domain constraints reject mechanically or thermodynamically implausible clusters.

zero labels CMAPSS CWRU physics constraints

Why it matters: discovery is not accepted simply because a clustering metric likes it — the result also has to make physical sense.

EMBEDDED INFERENCE / RASPBERRY PI

Medication verification using quantized MobileNetV2 on Raspberry Pi 4. Low-confidence predictions route to a human fallback instead of pretending certainty.

<100 ms offline MobileNetV2 Raspberry Pi 4

Patent: IN202641027860 A1


02 / problem_first

Most of my projects start with friction I run into myself.

If something is repetitive, awkward, slow, or keeps getting in the way, my first instinct is usually to ask whether I can automate it, simplify it, or build a small tool around it. Sometimes that becomes a larger project; sometimes the useful result is just one focused fix.

The same applies to problems I see other people repeatedly dealing with. I like understanding the workflow first, then building around the actual pain point instead of starting with a technology and looking for somewhere to use it.

I also spend time digging through open-source projects — using them, reading how they are put together, borrowing good ideas, and figuring out what I would change for my own workflow.

Problem first. Tool second. Keep what actually makes the workflow better.


03 / repository_map

Track Systems
AI / Product Eve · ZRead · Stella
Agents / Systems Cognitive Load Scheduler · Aether Dashboard
Edge / IoT Vision Air Sim · Air Safety Assistant · Smart Energy
Vision / Security Face Privacy Filter · Sobel CUDA · QR Security · SecureTorrent

04 / model_radar

AI is as much an interest for me as it is an engineering tool. I follow new model releases, read model cards and benchmarks, test them against real tasks, and work out where they actually fit into my workflows.

I am especially interested in agentic systems, coding agents, tool use, orchestration, inference, and the rapidly changing model landscape. When something new ships, I want to understand what changed, what it is genuinely good at, and whether it changes the way I build.

New models are interesting. New capabilities that change a workflow are much more interesting.


05 / signals

Experience

Brandworks Technologies · AI/ML Intern
Built a nine-stage computer-vision data pipeline and trained/evaluated a YOLOv8s detector across 26,419 images / 8 categories.

Hackathons

Hackathon Winner · IEEE CS 2025
Yantra Central Hackathon finalist.

Patents

03 published

Secure sensing · embedded medication verification · cognitive-load-aware distributed scheduling.

Credentials

IBM Agentic AI · NVIDIA DLI Deep Learning · Oracle OCI AI Foundations.


06 / live_github


07 / contribution_snake

GitHub contribution snake

Profile views



notice the friction · build the fix · keep what works

Pinned Loading

  1. Stella Stella Public

    Local-first AI health assistant using wearable metrics, anomaly detection, and an Ollama LLM backend.

    Python 1

  2. Veridose Veridose Public

    Offline smart medication dispenser with Raspberry Pi, quantized MobileNetV2 pill classification, and calibrated fallback.

    Python 1 1

  3. AEGIS-ZONE AEGIS-ZONE Public

    Full-stack embedded safety and security platform with backend, frontend, and embedded modules.

    TypeScript 1

  4. Physical-Bounded-Multimodal-Mode-Discovery Physical-Bounded-Multimodal-Mode-Discovery Public

    Physics-constrained unsupervised fault-mode discovery for CMAPSS and CWRU using HDBSCAN and multimodal features.

    Python 1

  5. SecureTorrent SecureTorrent Public

    Malware-aware torrent security prototype with YARA rules, hybrid ML detection, qBittorrent integration, and API tests.

    Jupyter Notebook 4

  6. Cognitive-Load-Aware-Distributed-Task-Scheduler Cognitive-Load-Aware-Distributed-Task-Scheduler Public

    Distributed task scheduler prototype that uses cognitive-load signals for adaptive workload assignment.

    Python