Level 4·ML Engineer

Yadunandan
M Nimbalkar

AI/ML Engineer in the Making

Global Academy of Technology · 2023 – 2027 (Expected)

4,050 XP7,000 XP → Lv.5
5+
Projects Built
8.8
CGPA
5
Certifications
2
Datathons
PythonTensorFlowScikit-LearnFastAPIFAISSLLMsFlaskRAG
View My Work
Yadunandan M Nimbalkar
🎯 Focusing on AI/ML
GitHub Stats
Live
Repos
Stars
Followers
@Yadu080
Open to Opportunities

Actively looking for AI/ML internships and collaborative projects.

Get in touch →
Scroll
About Me

Curious by nature,
precise by practice.

I'm a Computer Science Engineering student specialising in Artificial Intelligence and Machine Learning at Global Academy of Technology, Bengaluru. Fascinated by how systems work internally, I build projects that sit close to the implementation layer — understanding models, data pipelines, and real-world deployment.

My focus is on the implementation layer — understanding how models work internally, how data pipelines are structured, and how systems get deployed in real environments rather than just using high-level abstractions.

Currently pursuing my BE in CSE (AI & ML) at Global Academy of Technology, maintaining a CGPA of 8.8.

Current CGPA
8.8 / 10
Graduation
2027
Specialization
AI & ML
Location
Bengaluru, IN
Developer Journey
2020

Coding Curiosity Begins

Started exploring programming and technology fundamentals at Sri Vidya Kendra.

2021

Structured Academics

Grade 10 CBSE. Built strong mathematical and analytical foundations.

2023

Higher Secondary & NCC

Completed PCMC (82%) at Podar International School. Earned NCC A-Certificate.

2023

Joined GAT · AI/ML Track

Started BE in CSE (AI & ML) at Global Academy of Technology, Bengaluru.

2024

First ML Projects + IBMZ 2024

Built Toxic Plant Identification (CNN) for IBMZ Datathon 2024. Explored voice ML with Parkinson's Analyser.

2025

IBMZ 2025 & RAG Systems

Built ASD Early Screen at IBMZ 2025. Built AI Codebase Analyzer with FAISS + RAG pipeline.

NowNow

Production Systems

Building a production Recommendation System. Targeting AI/ML internships.

Technical Arsenal

Skills & Proficiency

Honest self-assessed proficiency levels across languages, ML, frameworks, and CS fundamentals.

Languages

Python
Proficient85%
C
Intermediate55%
JavaScript
Intermediate50%
SQL
Intermediate50%

AI & ML

Machine Learning
Intermediate75%
LLMs & RAG Systems
Intermediate70%
Data Preprocessing
Proficient80%
Feature Engineering
Proficient78%

Frameworks

Scikit-Learn
Intermediate75%
FastAPI
Intermediate65%
Flask
Intermediate65%
Streamlit
Intermediate70%

Fundamentals

Data Structures & Algorithms
Intermediate65%
Software Engineering
Intermediate60%
Database Systems
Intermediate55%
System Design
Basic35%
Basic
Intermediate
Proficient
Advanced
Expert
What I've Built

Projects

5 completed projects spanning ML systems, NLP, Computer Vision, RAG pipelines & healthcare AI — including 2 IBM-Z Datathon builds.

Completed
2025

Two-Tower Recommendation System

Production-grade personalized movie recommendation engine. Maps users and items into a shared 128-dim embedding space via a Two-Tower neural model (InfoNCE loss + in-batch negatives), then re-ranks candidates with a GBM model achieving Val AUC 0.9799. FAISS IVF index delivers 4.5× faster retrieval at 99.8% recall. LRU cache hits ~55% within session with 0 ms cached latency. Median API response ~19 ms.

Key Results
  • 25M ratings · MovieLens
  • Recall@100 = 15.7%
  • GBM Val AUC = 0.9799
  • FAISS 4.5× faster retrieval
  • ~19 ms median API latency
Solo project
MLAISystemsBackend
PythonPyTorchFAISSFastAPIReactViteTailwindscikit-learnOptunaNumPy
Completed
2025

AI Codebase Analyzer

LLM-powered developer tool that analyzes any public GitHub repo via a RAG pipeline. Clones repo, chunks source files, indexes embeddings in FAISS, and answers natural language questions grounded in actual code. Includes AST-based dependency graph for module-level import analysis.

Solo project
AILLMRAGBackend
PythonFastAPIFAISSSentenceTransformersGroq APIStreamlitAST
Completed
IBMZ Datathon 20252025

ASD Early-Screen

Risk-screening tool predicting likelihood of Autism Spectrum Disorder from behavioral/developmental responses. Features AES-128 artifact encryption (model encrypted at rest, decrypted in-memory only), SHAP explainability per prediction, SHA-256 hashed audit logs with no PII, and Flask web UI deployed on IBM LinuxONE.

Key Results
  • ~390 ms inference + SHAP
  • Live on IBM LinuxONE
  • AES-128 model encryption
Yadu, Sanjay, Rudraksh
MLHealthcareBackend
Pythonscikit-learnSHAPFlaskGunicornFernet AES-128IBM LinuxONEpyngrok
Completed
2025

Parkinson's Voice Detection

Detects Parkinson's Disease from 3 seconds of sustained vocal phonation with no language constraint. Solo v2 rebuild — fixed 6 critical bugs in the original codebase (aliased Praat calls, silently null nonlinear features, subject data leakage). 56-feature acoustic pipeline + 75 Optuna trials. wav2vec2-XLS-R-300M embeddings for cross-lingual generalization.

Key Results
  • CV AUC = 0.972 ± 0.034
  • CV Accuracy = 94.2%
  • Subject AUC = 0.996
  • 831 recordings · 61 subjects
Solo v2 rebuild
MLHealthcareData Science
PythonPyTorchHuggingFace TransformersXGBoostLightGBMOptunaparselmouthFlask
Completed
IBMZ Datathon 20242024

Toxic Plant Identification

Binary CNN classifier identifying toxic vs non-toxic plants from photo uploads. Built image preprocessing pipeline with OpenCV, trained on Kaggle dataset, and deployed as a Flask web app with real-time prediction interface.

Yadunandan, Sanjay, Rudraksh
MLComputer VisionBackend
PythonTensorFlowKerasOpenCVNumPyFlaskHTML/CSS/JS
Milestones

Achievements & Certifications

Recognition and learning credentials collected along the journey.

🏆
IBMZ Datathon 20252025

Competition · Code Warriors GAT-174

Built ASD Early Screen — a secure, explainable ML tool for early autism risk detection with SHAP explainability and AES-encrypted artifacts, deployed on IBM LinuxONE.

🥇
IBMZ Datathon 20242024

Competition Participant

Built Toxic Plant Identification — a CNN-based binary classifier (toxic/non-toxic) with a Flask web interface for real-time image-based predictions.

🎖️
NCC A-Certificate2023

National Cadet Corps

Earned the NCC A-Certificate, demonstrating discipline, leadership, and commitment to national service.

🤖
Introduction to Generative AI2024

Certification

Completed certification covering Generative AI fundamentals — LLMs, diffusion models, prompt engineering, and real-world applications.

🧠
Introduction to LLMs2024

Certification

Certified in Large Language Model fundamentals including transformer architecture, fine-tuning strategies, and deployment patterns.

Getting Started with AI2024

Certification

Foundational certification covering AI problem framing, model selection, evaluation, and practical implementation.

🌐
Master Computer Networking2024

Certification

Comprehensive certification on computer networking fundamentals — protocols, OSI model, TCP/IP, and network architecture.

🎓

BE in CSE (Artificial Intelligence & Machine Learning)

Global Academy of Technology, Bengaluru

CGPA: 8.8 / 10 · 2023 – 2027 (Expected)

Coursework: Design & Analysis of Algorithms, Data Structures, Machine Learning, Database Systems, Operating Systems, Artificial Intelligence

Active · Year 2
Get In Touch

Let's Connect

Open to internships, collaborations, and conversations about AI/ML. If you're working on something interesting, reach out.

Bengaluru, Karnataka, India

Designed & built by Yadunandan M Nimbalkar · 2025