Skip to content
View Anshuu2004's full-sized avatar

Block or report Anshuu2004

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
Anshuu2004/README.md
Abhishek Choudhary

Full-Stack & AI Engineer β€” I take ideas all the way to deployed, working products

Typing SVG

Portfolio LinkedIn Email

Open to Work Location Profile Views


🎯 What I'm Looking For

Open to Backend Β· Full-Stack Β· Cloud/DevOps Β· AI/ML opportunities πŸ“ Bhopal, India β€” open to Remote Β Β·Β  πŸ’¬ [email protected]

I ship end-to-end: from backend and data to a deployed product β€” usually with AI in the loop, and always with the boring-but-critical parts done right (auth, fallbacks, tests).


⚑ Highlights

  • πŸ€– Built an autonomous AI agent that fixes bugs and opens its own pull requests, verified through a 6-model pipeline
  • πŸ‘οΈ Shipped real-time computer vision at 25–30 FPS on a plain CPU β€” no GPU, model bundle under 8 MB
  • πŸ’Έ Engineered integer-exact money math + Postgres Row-Level Security for a multi-currency expense splitter
  • πŸ“ Generated board-aligned exam papers in English & Hindi with a 4-tier AI fallback
  • πŸš€ 3 projects running live in production (links below)

πŸ§‘β€πŸ’» About Me

I'm a CS engineer who likes taking an idea all the way to a deployed, working system. My work spans autonomous AI agents, full-stack web apps, backend services, and on-device computer vision β€” and I care about the details that make software hold up: deterministic logic, real authorization, fallbacks, and tests.

  • πŸ€– I build multi-model AI pipelines and ship them as usable products
  • 🧩 Comfortable across the stack β€” React / Next.js front to Flask / Express back
  • βš™οΈ Happiest close to systems, data, and infrastructure

πŸ› οΈ Tech Stack

Languages & Web

Skills

Backend & Data

Skills

AI / ML

Google Gemini OpenVINO Groq

Computer Vision Β· DevOps Β· Tools

Skills


πŸš€ Featured Projects

🩺 CodeHeal V2

An autonomous CI/CD agent that scans a repo, fixes bugs through a 6-model AI pipeline, and opens the PR itself β€” live SSE progress, tokens encrypted with AES-256-GCM.

React 19 Β· Node Β· TypeScript Β· Multi-LLM

Code Β· β–Ά Live

πŸš— DriveAware

Real-time driver drowsiness & distraction detection on a plain CPU β€” four chained OpenVINO models + a 30s PERCLOS scorer. 25–30 FPS, under 8 MB, fully offline.

Python Β· OpenVINO Β· OpenCV

Code

πŸ’Έ BroSplit

Mobile-first expense splitter β€” multi-currency, integer-exact money math, Postgres Row-Level Security, and unit-tested split algorithms.

Next.js 15 Β· Supabase Β· TypeScript Β· Vitest

Code Β· β–Ά Live

πŸ“ AI Question Paper Generator

Generates board-aligned exam papers (CBSE/ICSE/State) via Gemini + a curated question bank β€” 4-tier AI fallback, one-click PDF/Word, in English & Hindi.

Flask Β· Gemini Β· MySQL Β· Docker

Code Β· β–Ά Live


πŸ† Achievements

  • 🦈 GitHub Pull Shark & ⚑ Quickdraw badges β€” earned through real merged pull requests

πŸ“Š GitHub Stats

Snake eating my GitHub contributions

🀝 Let's Build Something

Actively looking for Backend Β· Full-Stack Β· Cloud Β· AI/ML roles β€” let's talk.

Portfolio LinkedIn Email

⭐️ github.com/Anshuu2004

Pinned Loading

  1. Ai_Intelligent_Paper_Generator Ai_Intelligent_Paper_Generator Public

    Flask app that generates board-aligned exam papers (CBSE/ICSE/State) using Google Gemini + a curated question bank, with a 4-tier AI fallback and one-click PDF/Word/answer-key export in English & H…

    Python

  2. BroSplit BroSplit Public

    Mobile-first expense splitter for groups & trips - multi-currency, debt simplification, integer-exact money math, Postgres row-level security, unit-tested split algorithms. Next.js + Supabase.

    TypeScript

  3. DriveAware DriveAware Public

    Real-time driver drowsiness & distraction detection on a plain laptop CPU - four chained OpenVINO models + a 30s PERCLOS scorer. 25-30 FPS, <8 MB models, fully offline. No GPU, no cloud.

    Python

  4. codeheal-v2 codeheal-v2 Public

    Autonomous AI agent that scans a GitHub repo, fixes bugs through a 6-model verification pipeline, and opens a pull request on its own. GitHub OAuth, encrypted tokens, live SSE dashboard.

    TypeScript