Skip to content
View kunalg06's full-sized avatar

Block or report kunalg06

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

Hi there, I'm Kunal Gaikwad πŸ‘‹

Data Scientist β€” Generative AI & Agentic AI | LLMs β€’ RAG β€’ Agentic Systems β€’ NLP


🧠 About Me

πŸŽ“ MSc Artificial Intelligence (Distinction) β€” Sheffield Hallam University, UK πŸ’Ό 4+ years of end-to-end ML engineering experience across NLP, computer vision, and cloud-deployed inference πŸ” Currently building Generative AI and Agentic AI systems at Synechron β€” LLM orchestration, MCP-based tool integration, and enterprise-scale AI for financial services clients πŸ“ Based in Bengaluru, India | πŸ—ΊοΈ Open to senior AI/Data Science roles across the UK, Europe, UAE, Canada, and New Zealand β€” remote or relocation

Previously at Quantiphi, where I delivered NLP automation pipelines that improved claim adjudication efficiency by 80%, and at Winjit Technologies, where I built computer vision systems contributing to ~50% revenue growth for enterprise clients including Mahindra & Mahindra.


πŸš€ Featured Projects

Personal automation pipeline for a UK Skilled Worker sponsorship search β€” reads public government data and drafts content; every risky action (applying, sending, messaging) stays a manual human click by design

  • MCP server (src/mcp_server/) exposing the pipeline as four tools β€” check_sponsor, check_salary_threshold, track_application, list_applications β€” so an MCP client like Claude Desktop can query and update the search conversationally, verified end-to-end against a real client
  • Thin-wrapper MCP architecture: zero business logic in the tool layer, connection-per-call SQLite access, and project-root-anchored paths β€” built to survive an MCP client spawning the server from an arbitrary working directory
  • UK sponsor-register ingestion with name normalization (trading names, LTD/LIMITED/LLP/PLC suffix variants) against the real gov.uk register, plus SOC-code salary-threshold checks against actual government thresholds
  • Documented spec-and-review discipline: intent contract, I/O edge-case matrix, and an adversarial review triage log per feature; 122 passing tests

🎯 hire-signal

Full-stack hiring-evaluation platform that assesses candidates on real-world AI-assisted coding competency, not just algorithmic recall

  • Candidates solve challenges in an isolated Docker + browser-VS-Code environment with Gemini CLI access; full workspace and AI-session transcript are captured on submit
  • LLM-driven 8-dimension scoring (problem decomposition, debugging with AI, architecture decisions, and more), with hire thresholds enforced in Python, not by the LLM's own claim
  • Employer dashboard with radar-chart candidate comparison, human override/flag workflow, and an append-only audit trail
  • 11-table SQLite schema, 199 passing tests (fully mocked LLM/Docker), and a benchmarking suite run against the real Gemini API and real Flask routes β€” with documented, file-referenced production bottlenecks (N+1 query, connection pooling, single-worker WSGI) found via that benchmarking, not guessed

GenAI-powered conversational analytics using LLM-driven SQL generation and multi-agent workflows

  • Natural-language querying over retail datasets via schema-aware SQL generation
  • Multi-agent reasoning with conversation memory for contextual queries
  • Designed for 100GB+ dataset scale

End-to-end Retrieval-Augmented Generation system for document Q&A

  • LangChain + OpenAI Embeddings + FAISS vector database
  • Document ingestion, chunking, vector indexing, and grounded LLM responses with citations
  • FastAPI backend for scalable document question-answering

AI agent that auto-analyzes CSV datasets using Claude AI + Machine Learning

  • Plain-English queries β†’ automated ML analysis pipeline
  • Intelligent tool selection for classification, regression, and clustering

NLP-based resume parsing with SpaCy NER and rule-based extraction

  • Parses PDF, DOCX, TXT resumes into structured JSON/CSV
  • Section-aware extraction for skills, experience, and education
  • FastAPI batch-processing API

πŸ› οΈ Tech Stack

LLM & Agentic AI MCP LangChain OpenAI SpaCy HuggingFace

Languages & ML Frameworks Python TensorFlow PyTorch scikit-learn

Cloud & Deployment AWS Azure Docker FastAPI

Data & Tools Pandas SQL Git Power BI


πŸ’Ό Work Experience

Role Company Period
Data Scientist β€” Generative AI & Agentic AI Synechron, Bengaluru Mar 2026 – Present
Research Associate Sports Engineering Research Group, Sheffield Hallam Jul – Sep 2023
Machine Learning Engineer Quantiphi Analytics, India May 2021 – Aug 2022
Software Engineer (CV & NLP) Winjit Technologies, India Aug 2018 – Apr 2021

πŸŽ“ Education

  • MSc Artificial Intelligence (Distinction) β€” Sheffield Hallam University, UK (2022 – 2023)
  • Post-Graduation Diploma, Machine Learning and AI β€” IIIT Bangalore (2020 – 2021)
  • B.E., Information Technology β€” Sinhagad Technical Education Society's COE (2013 – 2018)

πŸ“œ Certifications

  • ☁️ AWS Certified Developer – Associate
  • πŸ€– IBM Generative AI for Data Scientists Specialization β€” Coursera
  • πŸ“ˆ Structuring Machine Learning Projects
  • 🐍 HackerRank Certified Python
  • ⛓️ Introduction to Blockchain
  • 🧠 Machine Learning and AI

πŸ“Š GitHub Stats

Kunal's GitHub Contribution Chart


πŸ’¬ Open to senior AI/Data Science roles across the UK, Europe, UAE, Canada, and New Zealand β€” remote or relocation.
πŸ“© Reach me at Kunal.gaikwad06@outlook.com

Pinned Loading

  1. hire-signal hire-signal Public

    AI platform that evaluates candidates on AI-assisted coding competency across 8 dimensions - producing hire recommendations with side-by-side comparison.

    Python

  2. Autonomous-Data-Science-Agent Autonomous-Data-Science-Agent Public

    An AI-powered data science agent that automatically analyzes any CSV dataset using Claude AI + Machine Learning. Upload a dataset, ask a question in plain English, and the agent decides which tools…

    Python

  3. retail-insights-assistant retail-insights-assistant Public

    GenAI-powered conversational analytics system that enables natural-language querying and summarization of retail datasets using LLM-driven SQL generation and multi-agent workflows.

    Python

  4. AI-Sponsorship-Job-Acquisition-Platform AI-Sponsorship-Job-Acquisition-Platform Public

    Personal AI-assisted job search tool for UK Skilled Worker visa sponsorship β€” sponsor register lookup, salary threshold checks, resume/cover-letter tailoring, and application tracking. No scraping,…

    Python

  5. rag-knowledge-assistant rag-knowledge-assistant Public

    Python + LangChain + OpenAI + Vector DB

    Python

  6. multicam-reid multicam-reid Public

    A complete multi-camera surveillance system with persistent person identities, cross-camera re-identification, and an operator dashboard with a Lost Person Registry that never auto-deletes.

    Python