Skip to content
View Mandeep15686's full-sized avatar

Highlights

  • Pro

Block or report Mandeep15686

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

Header

Typing SVG


Student Β  Graduation Β  Location


Portfolio Β  LinkedIn Β  Email Β  GitHub


Profile Views Β  Followers Β  Stars


β—ˆ About

Software engineer and AI/ML researcher building at the intersection of intelligent systems, mobile engineering, and data-driven product development. Pursuing a B.Tech in Artificial Intelligence & Data Science at IIIT Raichur (Class of 2028), I design and ship production-grade solutions across the full engineering stack β€” from TFLite on-device inference pipelines and deep computer vision architectures to cross-platform Flutter applications and FastAPI microservices.

My work spans research-grade ML engineering (computer vision, generative AI, adaptive signal processing) and applied software product development, with an unwavering emphasis on code correctness, system design clarity, and measurable real-world impact. I take pride in writing software that ships β€” not just prototypes that demo. Equally comfortable in a compiler, a tensor graph, and a boardroom.


Engineering Pillars

  • On-Device AI & Mobile ML (TFLite Β· Flutter)
  • Computer Vision & Generative AI Pipelines
  • Full Stack API Engineering (FastAPI Β· Firebase)
  • System Design & Competitive Programming

Open To

  • AI / ML Research Internships
  • Software Engineering Internships (India / Remote)
  • Open Source Collaboration (Flutter Β· ML Tooling)
  • Investment Banking β€” Summer Analyst 2027

β—ˆ Tech Stack

Languages

Languages

Frontend & Mobile

Frontend

Backend & Databases

Backend

Cloud, DevOps & Tooling

DevOps


β—ˆ AI / ML Expertise

Domain Proficiency Details
Computer Vision β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ Advanced DreamID Β· ArcFace Β· BiSeNet Β· CodeFormer Β· 3DDFA-V2 Β· OpenCV
On-Device ML β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ Advanced TFLite crash detection Β· Accelerometer fusion Β· Edge inference optimisation
Generative AI Pipelines β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘ Proficient 14-stage face swap Β· Poisson blending Β· Cross-attention temporal conditioning
Adaptive Signal Processing β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘ Proficient LMS algorithm Β· Perceptron architectures Β· Filter convergence analysis
Data Mining & Analytics β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘ Proficient Apriori Β· FP-Growth Β· Clustering Β· Web mining Β· Feature engineering
MLOps & Deployment β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘ Intermediate FastAPI inference servers Β· Model quantisation Β· Pipeline orchestration
NLP & LLM Engineering β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘ Intermediate Prompt engineering Β· RAG patterns Β· Agentic workflow design

β—ˆ Featured Projects

Β πŸ›‘οΈΒ  CrashGuard β€” Intelligent Road Safety Platform

A production-grade Flutter application combining on-device TFLite crash detection with real-time emergency response orchestration. Built under hackathon constraints, CrashGuard demonstrates end-to-end ML product engineering β€” from sensor fusion and accelerometer pipeline correction to offline-first UX and global emergency dispatch β€” and received recognition for technical depth and real-world impact.

Attribute Details
Stack Flutter Β· Dart Β· TFLite Β· FastAPI Β· Python Β· OSM Overpass API Β· flutter_map Β· Hive
Scale Android & iOS Β· Offline-first architecture Β· Global emergency numbers database
Performance Corrected 10Γ— accelerometer sampling rate mismatch Β· On-device inference < 150ms
Security Local-first Hive storage Β· Zero PII transmission Β· Encrypted local boxes
Impact Hackathon recognition Β· Full crash detection-to-emergency-dispatch pipeline
Repository github.com/Mandeep15686/CrashGuard

Three-module architecture β€” Flutter mobile client, FastAPI inference server, TFLite ML pipeline. The accelerometer fusion module resolves a critical sampling rate mismatch, achieving reliable binary crash classification on-device. OSM Overpass API queries surface nearby hospitals and police in real time; an offline first-aid guide and global emergency numbers database persist via Hive for zero-connectivity resilience. A full static code review identified 18 bugs prior to final submission, all resolved before deployment.


 🎭  DreamFace β€” 14-Stage Generative Face Swap Pipeline

An industry-grade computer vision pipeline implementing a complete face swap system using state-of-the-art deep learning components. The architecture prioritises photorealism, identity preservation, and temporal consistency β€” engineered for production deployment, not research demos. A v2 redesign was executed following a rigorous architectural critique cycle, improving identity fidelity across diverse lighting conditions.

Attribute Details
Stack Python Β· PyTorch Β· DreamID Β· 3DDFA-V2 Β· ArcFace Β· BiSeNet Β· CodeFormer
Scale 14-stage pipeline Β· Full training suite Β· Modular component separation
Performance Poisson blending for seamless compositing Β· Cross-attention temporal conditioning
Security Consent-first design Β· Local processing Β· Zero cloud data exfiltration
Impact Research-grade v2 architecture Β· Improved identity retention under lighting variation
Repository github.com/Mandeep15686/faceswap-pro

Stages 1–4: face detection, alignment, and landmark extraction via 3DDFA-V2. Stages 5–8: identity embedding with ArcFace and semantic segmentation via BiSeNet. Stages 9–11: swap synthesis through DreamID with cross-attention temporal conditioning. Stages 12–14: perceptual enhancement via CodeFormer, Poisson blending for seamless integration, and temporal smoothing for video consistency. A complete training suite with modular component separation enables reproducible experimentation and isolated ablation studies.


 ⚑  Developer Portfolio β€” Glassmorphism Engineering Showcase

A premium personal developer portfolio built with a glassmorphism aesthetic and a procedural neural network canvas animation system. Engineered entirely in vanilla HTML/CSS/JS to demonstrate frontend depth without framework overhead β€” every animation, interaction, and data visualisation is hand-crafted, from the RAF-based neural canvas to the Chart.js engineering metrics dashboard.

Attribute Details
Stack HTML5 Β· CSS3 Β· Vanilla JavaScript Β· Chart.js Β· Canvas API
Scale Single-page application Β· Multiple interactive modules Β· Fully responsive
Performance RAF-based neural canvas Β· CSS GPU acceleration Β· Sub-2s LCP
Security Static hosting Β· Zero server-side attack surface Β· CSP headers
Impact Live portfolio Β· Skill tabs Β· Project modals Β· Animated engineering metrics
Repository github.com/Mandeep15686/portfolio

Core architecture: procedural neural network canvas animation using the Canvas API with requestAnimationFrame and node-edge graph simulation; glassmorphism card system built on CSS backdrop-filter with layered blur; dynamic skill-tab switching with animated underlines; project modal overlays with keyboard trap and ARIA compliance; Chart.js-powered engineering metrics block with animated reveal on scroll entry. Zero external dependencies beyond Chart.js β€” performance by discipline, not by abstraction.



β—ˆ Experience

Research Engineer β€” DeepLabs

AI Β· Computer Vision Β· Generative AI Β |Β  2025 – Present

Contributing to applied computer vision research with a focus on generative AI and on-device ML systems. Work spans experimental pipeline design, model evaluation, and translating research findings into deployable, production-ready architectures. Responsible for both original architecture design and iterative critique-and-redesign cycles.

  • Designed and shipped a 14-stage production face swap pipeline integrating DreamID, ArcFace, BiSeNet, and CodeFormer
  • Executed a rigorous architectural critique and v2 redesign, improving photorealism and identity fidelity under diverse lighting conditions
  • Developed a full training suite with modular component separation for reproducible experimentation and isolated ablation testing
  • Benchmarked model performance across cross-attention temporal conditioning configurations and quantised variants

Β  Python PyTorch OpenCV Computer Vision Generative AI


Software Engineer β€” Meridian Compliance Automation

Full Stack Β· ML Engineering Β· Document Intelligence Β |Β  2025

Built an end-to-end compliance automation system leveraging NLP and structured data extraction to streamline regulatory review workflows. Reduced manual document processing overhead for compliance teams through an ML-backed classification and rule-matching pipeline, with a Flutter-based client interface for workflow management.

  • Architected a FastAPI backend for document ingestion, parsing, and structured information extraction at scale
  • Integrated ML-based document classification to automate compliance rule matching against regulatory corpora
  • Built a Flutter client interface enabling compliance officers to review, flag, and approve automated decisions
  • Reduced manual review overhead through end-to-end pipeline orchestration from document ingest to decision output

Β  FastAPI Flutter Python NLP Firebase


β—ˆ Achievements


Recognition Details
πŸ† Hackathon β€” CrashGuard Recognised for engineering depth and real-world impact in road safety AI at national hackathon
πŸ“Š Competitive Programming Active Codeforces participant Β· Problems solved spanning greedy, DP, combinatorics, and graph theory
πŸ”¬ Research Engineering Sole architect of industry-grade 14-stage generative AI pipeline with critique-and-redesign cycle
πŸ“š Academic Breadth Advanced coursework: DBMS Β· OS Β· DAA Β· Adaptive Signal Processing Β· Linear Algebra Β· DWDM
🎯 Investment Banking Pipeline Candidate for Bank of America Global Investment Banking Summer Analyst (Mumbai, 2027)
🀝 Open Source Flutter open-source contributor · Full CrashGuard architecture publicly published
🧠 ML Systems End-to-end ML product ownership: data β†’ model β†’ edge deployment β†’ user-facing application

β—ˆ Certifications

NPTEL

NPTEL Python Β  NPTEL ML Β  NPTEL DSA

AWS

AWS CP

Cisco

Cisco Linux Β  Cisco Cyber

Other

Google Β  HackerRank Β  DeepLearning.AI


β—ˆ Coding Profiles


LeetCode Β  GeeksforGeeks Β  HackerRank


CodeChef Β  Codeforces


β—ˆ GitHub Analytics


GitHub Stats Β Β  Streak Stats



Top Languages

β—ˆ GitHub Trophies


Trophies


β—ˆ Contribution Activity


Activity Graph


β—ˆ Contribution Snake


Contribution Snake

β—ˆ Current Focus

current_focus:

  learning:
    - "Advanced System Design β€” Distributed Systems, CAP Theorem, Consensus Protocols"
    - "Quantitative Finance & Investment Banking Fundamentals"
    - "Transformer Architectures & Vision-Language Models (ViT, CLIP, LLaVA)"
    - "Competitive Programming β€” Codeforces Div. 2 to Div. 1 ladder"

  building:
    - "Production ML Pipelines β€” on-device inference + cloud hybrid architecture"
    - "Flutter AI-powered cross-platform mobile applications"
    - "Personal Engineering Portfolio β€” glassmorphism, neural canvas, live metrics"
    - "Open Source Flutter developer tooling contributions"

  exploring:
    - "MLOps β€” model versioning, drift detection, ML CI/CD pipelines"
    - "LLM Applications β€” RAG, function-calling, agentic multi-step workflows"
    - "Financial Engineering & data-driven investment analysis frameworks"
    - "WebAssembly for high-performance browser-side computation"

  open_to:
    - "AI / ML Research Internships (India Β· Remote)"
    - "Software Engineering Internships (Full Stack Β· Mobile Β· ML)"
    - "Open Source Contributions β€” Flutter, ML tooling, Python libraries"
    - "Investment Banking Summer Analyst 2027 (Mumbai)"

β—ˆ Connect


Gmail Β  LinkedIn Β  GitHub Β  Portfolio


Always open to collaborating on meaningful engineering problems. If you're building something that matters β€” let's talk.


"The code that ships is always better than the architecture that never leaves the whiteboard."


Footer

Pinned Loading

  1. Meridian Meridian Public

    Multimodal Regulatory Intelligence & Compliance Automation Platform

    Python

  2. FactoryMind-Multimodal-Industrial-Intelligence-Platform FactoryMind-Multimodal-Industrial-Intelligence-Platform Public

    Python 1

  3. AI-Fitness-Coach AI-Fitness-Coach Public

    AI-powered fitness coach built with Flutter that provides workout guidance, posture detection, meal planning, and progress tracking.

    Dart 1