Hi! I'm Sumantha NTS

AI/ML Enthusiast based in India

I am currently working as a Senior Machine Learning Engineer with 4+ years experience in handling data science, machine learning, computer vision and Generative AI projects.

Contact Me My resume
Introduction

About Me

  • A dynamic and self-driven data scientist with 4+ years of experience, deeply passionate about leveraging cutting-edge technologies. Proficient in designing scalable solutions for diverse data science challenges, with expertise in Machine Learning algorithms, Computer Vision, NLP, and Generative AI. Possesses a strong understanding of the end-to-end lifecycle of data science projects.
  • Experienced in developing chat applications powered by Large Language Models (LLMs).
  • Skilled in utilizing DVC for efficient management of data and model versioning.
  • Proficient in creating Docker images and deploying applications on servers seamlessly.

sumanthneechadi@gmail.com

Bengaluru, Karnataka

+91 9035697661

B.E in Electrical & Electronics

Career Journey

Professional Experience

7+
Years Experience
18+
Projects Delivered
4
Companies
92%
Best Accuracy


Q

Senior MLE

Quantiphi
Jun 2025 - Present
Bengaluru, India

Spearheaded the development of a client-facing Finetuning as a Service (FTAAS) platform, enabling the customization and deployment of open-source LLMs using LoRA/QLoRA and KubeFlow.

Acted as a key liaison between business units and technical teams, translating complex problems into actionable AI-driven solutions.

Mentored and guided junior Machine Learning Engineers, fostering their professional development and maximizing team contribution.

LLM LoRA QLoRA KubeFlow Nemo-customizer
A

Data Scientist-3

Aidetic
Dec 2023 - May 2025
Bengaluru, India

Led development of a text-to-SQL MVP and a conversational chatbot for data-driven insights.

Fine-tuned multiple LLMs (BERT, DeepSeek) for specialized legal domain tasks, achieving high accuracy.

Engineered and deployed an agentic workflow for automated report generation using CrewAI, FastAPI, and Qdrant.

Directed an object detection project using Yolo-v8 to identify vehicle defects with 92% mAP.

LLMs BERT DeepSeek CrewAI Yolo-v8 FastAPI
W

Data Scientist

Wowlabz
Aug 2021 - Nov 2023
Bengaluru, India

Developed several LLM-powered tools to automate tasks like slide generation and resume parsing.

Conducted advanced experiments with generative image models, including fine-tuning Stable Diffusion and implementing ControlNet.

Built and deployed a high-accuracy inventory forecasting system using XGBoost to predict stock levels.

LLM Tools Stable Diffusion ControlNet XGBoost
P

Power System Engineer

PRDC
Aug 2018 - Jul 2021
Bengaluru, India

Analyzed industrial power system networks, executing detailed power flow studies and delivering comprehensive technical reports to optimize grid performance and ensure reliability.

Power Systems Grid Analysis Power Flow Studies
Competencies

Technical Skills

Programming

  • Python
  • SQL
  • HTML
  • CSS

Frameworks

  • FastAPI
  • Flask
  • Streamlit
  • PyTorch

Data Science

  • Machine Learning
  • Deep Learning
  • NLP
  • Data Analysis
  • Feature Engineering

Generative AI

  • LLMs & Transformers
  • Fine-Tuning (LoRA / QLoRA)
  • Prompt Engineering
  • AI Agents

Tools & Ops

  • Docker
  • Git / GitHub
  • DVC (Data Versioning)
  • Tableau

Cloud

  • AWS (EC2, SQS, S3)
  • Azure (VMs, Blob Storage)

Database

  • MySQL
  • MongoDB
  • PostgreSQL

Soft Skills & Growth

  • Leadership
  • Communication
  • Learn & Upskill
Competencies

My Projects

Gen AI

PDF Genius

Comprehensive PDF manipulation tool featuring Merge, Split, Cut, Rotate and an AI-powered Chat with PDF capability using RAG.

Python Streamlit LLM
Live App
Flip for details →

Key Features

  • PDF Tools: Merge multiple files, split into pages, cut specific ranges, and rotate pages.
  • Chat with PDF: Interactive RAG system allowing users to query document content.
  • Tech Stack: Built with Streamlit for UI, Python for logic, and LLMs for reasoning.
Legal AI

Legal Clause Identification

Generated synthetic data using various strategies with large language models (LLMs) and fine-tuned a BERT model for classification tasks in the legal domain.

Python FastAPI LLM
92% Accuracy
Flip for details →

Legal Clause Identification

Tech Stack:

Python FastAPI LLM Docker NLP

Highlights:

  • Generated synthetic data using various strategies with large language models (LLMs) and fine-tuned a BERT model.
  • Created a pipeline which uses 3 stages of LLMs to validate the clauses present in the contracts.
  • Deployed the pipeline on FastAPI and Docker for easy accessibility and scalability.
92% Accuracy
Legal AI

Contract Overview

Created a process which automatically generates a overview for a given contract which include complete summary, responsibilities, risk associated with the parties.

Python FastAPI LLM
Flip for details →

Contract Overview

Tech Stack:

Python FastAPI LLM Docker CrewAI

Highlights:

  • Created a process which automatically generates an overview for contracts.
  • Implemented crew AI agents to collaborate in generating comprehensive contract overviews.
  • Wrapped the solution in a FastAPI endpoint and containerized with Docker.
Finance

Chatbot for Financial Data

Developed an intelligent chatbot that analyzes and provides insights on financial data, helping users make informed decisions.

Python Streamlit MySQL
Flip for details →

Chatbot for Financial Data

Tech Stack:

Python Streamlit LLM MySQL Docker FastAPI

Highlights:

  • Developed an intelligent chatbot interface using Streamlit.
  • Integrated MySQL database to store and retrieve financial information.
  • Implemented natural language processing capabilities.
  • Containerized the solution with Docker for consistent deployment.
HR Tech

Resume Parsing

Smart resume parser using YOLO v5 for section detection and NER models to extract structured information from resumes.

Python FastAPI YOLO v5
90% Accuracy
Flip for details →

Resume Parsing

Tech Stack:

Python FastAPI YOLO v5 NER Docker

Highlights:

  • Implemented a FastAPI package featuring YOLO v5 for resume section detection.
  • Achieved 90% accuracy on traditional resume formats.
  • Built a modular pipeline that first detects resume sections visually, then applies specialized NER models.
  • Containerized the solution with Docker for easy deployment.
90% Accuracy
Computer Vision

AI Image Editing Suite

Comprehensive image editing tools including background removal, upscaling, style transfer, and text-to-image generation with an intuitive interface.

Python Gradio Diffusion
Flip for details →

AI Image Editing Suite

Tech Stack:

Python Gradio Diffusion Models Transfer Learning Computer Vision

Highlights:

  • Created a comprehensive image editing application by integrating multiple open-source AI models.
  • Developed an intuitive Gradio interface that allows users to easily upload images.
  • Implemented background removal, super-resolution upscaling, style transfer, and text-to-image generation.
Insights

My Blogs

RAG Dec 15, 2025

Embedding Models in RAG Systems

In Retrieval-Augmented Generation (RAG), the quality of your embedding model dictates the relevance of retrieved context. A superior embedding model captures semantic nuances better than keyword matching, directly impacting the LLM's ability to generate accurate and grounded responses.

Read Article
LLM Research Dec 10, 2025

Reasoning vs. Non-Reasoning Models

Recent benchmarks show that reasoning models (like o1 or specialized CoT models) significantly outperform standard LLMs on complex tasks requiring multi-step logic. While non-reasoning models excel at pattern matching, reasoning capabilities are essential for autonomous agents and complex problem-solving.

Read Article
AI Agents Nov 28, 2025

Agentic Development Guidelines

Building reliable AI Agents requires a shift from prompt engineering to system engineering. Key guidelines include: defining clear tools, implementing robust error handling loops, ensuring state management, and designing for observability to debug agent thought processes effectively.

Read Article
Get in Touch

Let's Work Together

I'm always open to discussing new projects, creative ideas, or opportunities to be part of your visions.