Available for new opportunities · USA

Hi, I'm Srinath

AI/ML Engineer|

I design and ship Generative AI & machine learning systems: RAG pipelines, LLM-powered assistants, and predictive models that turn messy enterprise data into fast, trustworthy answers. 4+ years shipping production AI that measurably cuts manual work.

0 Years in AI/ML
0 Manual Review Cut
0 Search Accuracy Gain
0 AI/ML Certifications
Srinath - AI/ML Engineer
Scroll

01 · About

Turning data into decisions

I'm an AI/ML Engineer with 4+ years of experience building machine learning, NLP, and Generative AI solutions that improve document retrieval, issue classification, knowledge discovery, and decision support for enterprise teams.

My day-to-day spans the full lifecycle, from data cleaning and feature engineering, through model training and evaluation, to shipping FastAPI inference services and RAG pipelines that real teams depend on. I work closely with product, QA, and data teams to translate ambiguous operational problems into validated, production-ready AI features, and I care as much about measurable business impact as about model accuracy.

Recently I've been deepening my cloud & MLOps practice: containerizing inference services, deploying LLM workflows on Azure OpenAI, and building the monitoring and evaluation habits (MLflow tracking, drift checks, A/B validation) that keep models reliable after launch, not just at demo time. I also track where the field is moving next, things like LLM fine-tuning (LoRA/PEFT) and agentic, tool-calling workflows with LangGraph and multi-agent orchestration, so the stack I build with stays current, not just production-stable.

Generative AI & RAG

LangChain / LlamaIndex pipelines, embeddings, vector search, and prompt engineering that turn documents into answers.

Predictive & NLP Modeling

Classification, clustering, and recommendation systems tuned with rigorous evaluation: precision, recall, F1, ROC-AUC.

Cloud & MLOps

Azure OpenAI, containerized FastAPI services, model tracking with MLflow, and CI/CD-driven deployment workflows.

Cross-Functional Leadership

Own AI features end-to-end: defining acceptance criteria with product/QA, validating outputs, and driving adoption.

02 · Skills

The stack behind the work

Core ML/NLP/GenAI tooling, plus the cloud & MLOps practices I use to get models into production and keep them healthy.

Programming & Data

Python SQL Pandas NumPy Data Cleaning Feature Engineering EDA

Machine Learning

Scikit-learn XGBoost LightGBM Classification Regression Clustering Recommendation Systems Hyperparameter Tuning

Deep Learning

PyTorch TensorFlow Keras Neural Networks CNN RNN / LSTM Transfer Learning Model Optimization Distributed Training

NLP

Hugging Face Transformers Transformer Architecture BERT Tokenization NER Sentiment Analysis Semantic Similarity

Generative AI & LLMs

OpenAI API Azure OpenAI LangChain LlamaIndex LangGraph RAG Agentic AI Fine-Tuning (LoRA / PEFT) Function / Tool Calling Prompt Engineering Embeddings Vector Search LLM Evaluation

Cloud & MLOps

Azure OpenAI Service Azure ML AWS (EC2 / S3 / Lambda / SageMaker) Google Cloud (Vertex AI) Docker Kubernetes CI/CD MLflow Weights & Biases Model Monitoring & Drift Detection Git / GitHub

Model Evaluation

Cross-Validation Precision / Recall F1-Score ROC-AUC Confusion Matrix A/B Testing

AI App Development

FastAPI REST APIs Model Serving Real-Time Inference Batch Prediction Streamlit Gradio

Databases & Vector Stores

PostgreSQL FAISS Pinecone ChromaDB Weaviate Similarity Search

03 · System Design

How I architect a RAG system

A representative pipeline I design and productionize, from raw documents to a validated, cited answer served over a REST API.

Click any stage for what it actually does & where I've shipped it

Serving

FastAPI inference endpoints behind REST APIs, built for both real-time and batch prediction so internal apps can consume model output directly.

Relevance

Metadata filtering + semantic search to cut irrelevant results, with generated answers validated against source documents before rollout.

Reliability

Cross-validation, precision/recall/F1/ROC-AUC, and A/B testing feedback loops used to validate model changes before release.

04 · Infrastructure

The full system architecture

Beyond the RAG pipeline above: how the client, serving layer, AI/ML orchestration, data layer, and cloud/MLOps infrastructure fit together end-to-end.

Full architecture diagram (available on request)

I keep the detailed infrastructure diagram gated to real conversations. If you're a recruiter or hiring manager, send a quick message and I'll personally unlock it for you.

Access stays open for 5 minutes, then locks again automatically.

05 · Experience

Where I've shipped it

Apr 2025 – Present

AI/ML Engineer

Infinite Computer Solutions Pvt Ltd · USA
  • Built a RAG-based internal knowledge assistant (Python, LangChain, OpenAI API, embeddings, FAISS), improving search accuracy by 32% for support teams.
  • Developed a ticket classification model (Scikit-learn, Pandas, NumPy, SQL), improving triage speed by 28% across recurring requests.
  • Shipped FastAPI inference endpoints for NLP models, cutting manual review effort by 30% during workflow validation.
  • Improved LLM response quality via prompt refinement and failure-case testing, reducing inaccurate responses by 25% in pilot use cases.
  • Built Hugging Face Transformer classification workflows, improving support-ticket routing accuracy by 27%.
  • Partnered with product, QA, and data teams on model inputs & acceptance criteria, cutting AI feature rework by 22%.
LangChainOpenAI APIFAISSFastAPIHugging Face
Jun 2024 – Apr 2025

AI/ML Engineer

Lumen Technologies · USA
  • Built predictive ML models (Scikit-learn, XGBoost, Pandas, SQL) for service-risk patterns, improving early issue detection by 30%.
  • Developed Generative AI summarization workflows on Azure OpenAI + LangChain + vector search, cutting technical note review time by 35%.
  • Engineered structured features from operational datasets, reducing data prep time by 34% before training.
  • Created FastAPI-based inference services for classification and recommendation outputs, improving AI integration speed by 29%.
  • Validated performance with ROC-AUC, precision, recall, F1, and A/B testing, improving release confidence by 27%.
  • Built Gradio demo interfaces for stakeholder review, cutting feedback turnaround time by 31%.
Azure OpenAIXGBoostFastAPIGradioVector Search
May 2021 – Sep 2023

Machine Learning Engineer

SureshBy Technologies Pvt. Ltd. · India
  • Developed supervised ML models to classify recurring operational patterns, improving analysis speed by 27%.
  • Built reusable ML pipelines (cleaning → preprocessing → feature engineering → training → evaluation), cutting repeated dev effort by 30%.
  • Created NLP workflows (tokenization, TF-IDF, classification) to analyze support notes, improving issue grouping accuracy by 24%.
  • Built recommendation logic using clustering & similarity search, reducing manual article lookup time by 26%.
  • Collaborated with engineering & support teams to define target variables, cutting misaligned requirements by 21%.
  • Developed Streamlit proof-of-concept apps with REST API integration, reducing manual analysis effort by 28%.
Scikit-learnTF-IDFStreamlitClusteringREST APIs

06 · Projects

Selected builds

Enterprise Document Intelligence Assistant

AI document search assistant (Python, LlamaIndex, OpenAI API, ChromaDB, embeddings) retrieving policy, ticket, and knowledge-base answers, improving retrieval accuracy by 31%.

  • Chunking, metadata filtering & semantic search cut manual document review time by 34%
  • Answers validated against source docs with QA, cutting unsupported LLM responses by 26%
LlamaIndexOpenAI APIChromaDBEmbeddings

Predictive Issue Classification System

ML classification system (Scikit-learn, LightGBM, Pandas, SQL) predicting recurring issue categories, improving ticket prioritization accuracy by 29%.

  • Feature engineering from issue history & resolution notes cut analyst prep effort by 32%
  • Precision / recall / F1 / ROC-AUC evaluation improved prediction consistency by 24%
LightGBMScikit-learnSQLFeature Engineering

AI Recommendation Workflow for Knowledge Articles

Recommendation workflow (NLP preprocessing, sentence embeddings, FAISS similarity search, Streamlit) that cut article lookup time by 30%.

  • Query ↔ issue ↔ resolution matching improved recommendation relevance by 27%
  • Threshold tuning with support users cut repeated manual escalations by 22%
FAISSSentence EmbeddingsStreamlitNLP

07 · Leadership & Ownership

More than the model

Shipping AI features end-to-end means owning the problem, not just the notebook.

Cross-Functional Alignment

Partner directly with product, QA, and data teams to define model inputs, acceptance criteria, and validation rules, cutting AI feature rework by up to 25% before release.

Technical Decision-Making

Choose the right tool for the problem, whether that's RAG vs. fine-tuning or classical ML vs. deep learning, and defend those calls with evaluation data (ROC-AUC, F1, A/B results).

Stakeholder Visibility

Build Streamlit and Gradio prototypes so non-technical stakeholders can see model behavior early, shrinking requirement-clarification cycles by up to 26%.

Responsible AI Ownership

Own failure-case testing and answer validation against source documents with QA before rollout, treating "it sounds right" as insufficient for production.

08 · Certifications

Continuous upskilling

Machine Learning Specialization

Coursera

Deep Learning Specialization

Coursera

Natural Language Processing Specialization

Coursera

Generative AI with Large Language Models

Coursera

09 · Education

Engineering foundation

Bachelor of Technology, Mechanical Engineering

A core engineering discipline built the analytical and systems-thinking foundation I later applied to AI/ML, formalized through focused AI/ML & GenAI certifications and 4+ years of hands-on production work.

10 · Contact

Let's build something intelligent

Open to AI/ML Engineer roles and interesting problems in Generative AI, RAG, and applied ML. I'm quick to reply.

Email

srinath.koyi@applywizard.ai

Location

USA

Quick Contact

Use the call / message buttons in the corner →