Skip to content
View NITIN9181's full-sized avatar
😇
😇

Block or report NITIN9181

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

Typing SVG


Full-Stack AI Engineer • India (Remote) • Open to Work

🔗 Portfolio  •  📧 Email  •  💼 LinkedIn  •  🏆 LeetCode (Top 2%)


Hugging Face PyTorch NVIDIA LangChain OpenAI

Python C++ FastAPI Next.js PostgreSQL


👋 About Me

I am a Full-stack AI Engineer building production ML/LLM systems for finance & accounting. I combine modern AI application development (FastAPI, Next.js, LLMs, RAG, agentic workflows) with deep systems engineering (C++20, lock-free concurrency, sub-microsecond latency).

This dual-threat background enables me to build AI systems that are not just smart, but fast, reliable, and production-grade.

LeetCode Stats GitHub Stats

Important

⚡ The Systems + AI Advantage

Building production AI systems requires more than model prompting — it demands latency optimization, memory management, concurrency correctness, and infrastructure awareness.

My C++/quant background gives me this foundation. The same engineering discipline that achieves 270ns order-book latency (cache-line alignment, zero allocations, correct memory ordering) translates directly to optimizing LLM inference pipelines, building custom model servers, and debugging production AI latency issues.


🚀 Flagship AI Projects

(Note: Replace the placeholder [Add GIF here] text with actual image URLs of your apps once you record some 5-second GIFs!)

[Add GIF of Receipt App here]
Receipt AI Demo

Multimodal LLM → balanced double-entry journals with strict validation, quarantine, and human-in-loop review.

🛠 Stack: FastAPI, Next.js 16, NVIDIA NIM, Supabase

🌐 Live Demo • 📖 API Docs

[Add GIF of AP Workflow here]
AP Workflow Demo

End-to-end invoice automation: ingestion → OCR → 3-way matching → ensemble anomaly detection (Z-Score + Isolation Forest) → LLM explanations.

🛠 Stack: FastAPI, React 18, Tesseract OCR, scikit-learn

🌐 Live Demo

[Add GIF of Bank Anomaly here]
Bank Anomaly Demo

Real-time fraud detection with explainability (confidence gauges, feature contributions, what-if simulator).

🛠 Stack: FastAPI, React, Isolation Forest, D3.js

🌐 Live Demo

🛠️ More High-Impact Engineering Work


🏗️ System Architecture: AP Workflow ML Pipeline

(Example of how I design scalable AI solutions)

graph TD
    A[Invoice Ingestion] -->|Raw PDF/Image| B(Tesseract OCR)
    B -->|Extracted Text| C{3-Way Matching Engine}
    C -->|Match| D[Approved Queue]
    C -->|Mismatch / Anomaly| E(Ensemble Anomaly Detection)
    E -->|Features| F((Isolation Forest))
    E -->|Features| G((Z-Score))
    F --> H[LLM Explainability Service]
    G --> H
    H -->|Human-readable alerts| I[Human-in-the-Loop Review UI]
Loading

💻 Tech Stack Deep Dive

AI / ML Engineering

  • LLM Applications: NVIDIA NIM, Groq, OpenAI APIs, LangChain, SSE streaming, RAG, agentic workflows
  • ML Models: Isolation Forest, Z-Score ensembles, XGBoost, BQML, scikit-learn
  • Computer Vision: Tesseract OCR, multimodal vision LLMs (Llama-4-Maverick, Qwen2.5-VL)

Full-Stack Development

  • Backend: FastAPI (async, WebSocket, background tasks), Pydantic v2, SQLAlchemy, Alembic
  • Frontend: Next.js 16 (App Router), React 19, TypeScript strict, Tailwind CSS, TanStack Query
  • Databases & DevOps: PostgreSQL (Supabase), Redis, Docker, GitHub Actions, Vercel, Render

Systems & Infrastructure (C++)

  • Modern C++: C++20, Templates, concepts, atomics (acquire/release), lock-free structures
  • Performance: Custom allocators (slab, arena), cache-line optimization, SIMD (AVX2), perf

🌟 Open Source & Academics

  • jemalloc Contributor: Merged PRs #2815 (memory leak fix) + #2892 (lock-rank fix) in the memory allocator used by Meta, Firefox, and Redis.
  • M.Sc Mathematics & Computing: Stochastic Calculus, Numerical Linear Algebra, Convex Optimization. CGPA 8.89/10 (Top 3%).

"The best AI engineers are systems engineers who understand that models are just one component in a production pipeline."

🎯 Current Status: Looking for a Junior Full-Stack AI Engineer role building production AI/ML features end-to-end.
🌍 Availability: Open to remote global opportunities (Visa sponsorship open, Indian Passport). 30 days notice.
💬 Let's Talk: nitinsaviobada@gmail.com


Profile Views

Pinned Loading

  1. hft-market-replay hft-market-replay Public

    C++

  2. high-perf-derivatives-api high-perf-derivatives-api Public

    C++

  3. ultra-low-latency-lob ultra-low-latency-lob Public

    C++

  4. jemalloc/jemalloc jemalloc/jemalloc Public

    C 11.1k 1.6k