Hello, I'm

Sakhinala Sanjay Bhargav

AI/ML Developer

Building and Deploying Real ML Systems

Entry-level AI/ML developer with hands-on experience building and deploying production ML systems. Shipped a multilingual RAG pipeline supporting 10+ Indian languages with a full evaluation framework, and reduced antenna simulation cost by 70% using uncertainty-aware reinforcement learning, producing 2 IEEE publications and a filed patent.

Sakhinala Sanjay Bhargav

About Me

I build and ship production ML systems β€” not just notebooks. My work includes a multilingual RAG pipeline supporting 10+ Indian languages, deployed with a full evaluation framework and versioned to v1.2.0, and an uncertainty-aware reinforcement learning system that cut antenna simulation cost by 70% compared to genetic algorithms and particle swarm methods.

My research produced 2 IEEE conference publications at IIT Bhubaneswar and IIT Indore, and a filed Indian patent. I am based in Hyderabad, Telangana and looking for an entry-level AI/ML or software engineering role.

0 %

Cost Reduction

simulation cost reduction vs GA/PSO baselines

0 +

Indian Languages

supported by IndicRAG QA System

0 %

Model Accuracy

on EuroSAT Land Use classification

0

IEEE Publications + Patent

in 6G antenna optimization

Key Projects

Uncertainty-Aware RL System for EM Structure Optimization

Challenge: Electromagnetic simulations for 6G antenna design required 500+ CST API calls per design iteration, each taking 15-20 minutesβ€”making optimization prohibitively expensive and time-consuming for production environments.

  • Designed hybrid SAC + LightGBM surrogate model architecture with uncertainty quantification
  • Implemented custom Gymnasium environment with fabrication-feasible reward shaping
  • Reduced CST simulation calls by 70% (420 calls vs 1,200-1,500 for GA/PSO baselines)

Outcome: Achieved 70% reduction in simulation costs, 40% fewer episodes to convergence, and uncertainty-aware predictions enabling safe real-world deployment. Research published in IEEE proceedings.

70% Cost Reduction
PyTorch CUDA Stable-Baselines3 LightGBM Optuna CST API

IndicRAG β€” Multilingual Indic Document QA System

Challenge: Most RAG systems only support English, leaving 1.3 billion Indic language speakers without accessible document QA tools. Existing multilingual solutions lacked production-grade OCR and semantic chunking for complex documents.

  • Built production RAG pipeline for 12+ Indian languages using E5 multilingual embeddings, ChromaDB vector store, and Gemini LLM with NLLB-200 translation fallback
  • Achieved Precision@5 of 1.00, Recall@5 of 0.92, and Citation Grounding Accuracy of 0.94 across 4 benchmark queries β€” full evaluation in docs/evaluation.md
  • Deployed FastAPI service with Prometheus metrics, structured logging, API key auth, and drag-and-drop web UI for PDF management; versioned to v1.2.0

Outcome: Production-ready RAG pipeline supporting 12+ Indian languages with accurate document retrieval and context-aware answers, enabling multilingual accessibility for enterprise knowledge bases.

12+ Languages
HuggingFace Transformers ChromaDB NLLB-200 Gemini API FastAPI RAG

CipherChat β€” Secure End-to-End Encrypted Messenger

Challenge: Traditional messaging apps store messages on centralized servers, creating privacy vulnerabilities. Need for truly secure peer-to-peer communication with enterprise-grade encryption without server intermediaries storing plaintext.

  • Engineered hybrid AES-256 + RSA-2048 cryptographic system for maximum security
  • Implemented zero-knowledge architecture with client-side encryption and secure key exchange
  • Built multi-threaded TCP socket server with SHA-256 integrity verification for real-time messaging

Outcome: CLI-based messenger with enterprise-grade end-to-end encryption, zero server knowledge of message content, and multi-user supportβ€”ensuring complete privacy for sensitive communications.

Zero-Knowledge
Python Cryptography TCP/IP Multi-threading

EuroSAT Land Use Classification

Challenge: Satellite imagery classification for land-use monitoring required interpretable models beyond black-box accuracy. Urban planners and environmental agencies needed transparent decision-making for policy guidance.

  • Developed CNN architecture trained on EuroSAT dataset (10 land-use classes)
  • Integrated Grad-CAM explainability layer for visual feature attribution
  • Implemented model interpretability pipeline for transparent predictions

Outcome: Achieved 89% test accuracy across 10 land-use categories with explainable AI visualizations showing which image regions influenced predictions, enabling trustworthy deployment for environmental monitoring.

89% Accuracy
PyTorch TorchVision OpenCV Grad-CAM

ResolverLab

Additional Project

Challenge: Network administrators lacked comprehensive tools to benchmark DNS resolver performance globally. Existing solutions didn't provide statistical rigor or actionable insights for infrastructure decisions.

  • Built automated benchmarking framework testing latency across global DNS resolvers
  • Implemented statistical analysis pipeline with percentile metrics and reliability scoring
  • Developed CLI tool with automated reporting and network troubleshooting diagnostics

Outcome: Production-grade DNS performance analysis framework enabling network teams to make data-driven resolver selections, troubleshoot outages, and optimize query latency for enterprise infrastructure.

Network Analysis
Python Network Programming Data Visualization Statistical Analysis CLI

Publications & Patents

Patent

πŸ”¬

Design of Hexagonal Patch Antenna at 28 GHz

Inventor: Sakhinala Sanjay Bhargav

Application No.: 202541014595 A | Published: March 7, 2025 (India)

Publications

πŸ“„

Bandwidth Enhancement of Slotted Hexagonal Patch Antenna for 6G Ultra-Fast Data Transfer and Brain-Computer Interface

Presented at ICMOCE 2025, IIT Bhubaneswar

πŸ“„

Bandwidth Optimization of Slotted Circular Patch Antenna for 6G Ultra-Fast Data Transfer and Brain-Computer Interface Application

Presented at 16th ICCCNT 2025, IIT Indore

πŸ“„

Uncertainty-Aware Reinforcement Learning System with Blended Surrogate Models for Electromagnetic Structure Optimization

Training Programs

Generative AI Training

SkillHive Connect

Aug 2025 – Dec 2025
  • Developed a strong foundation in Generative AI, Machine Learning, Deep Learning, and NLP using Python
  • Worked with Large Language Models (LLMs), Transformer architectures, LangChain, and Retrieval-Augmented Generation (RAG)
  • Performed fine-tuning of LLMs including hands-on exposure to LLaMA models
  • Built real-world GenAI mini-projects such as AI chatbots, semantic search engines, YouTube transcript summarization, and a voice-based medical assistant

AI/ML Training

Google

Jan 2025 – Mar 2025
  • Developed computer vision modules using Python and OpenCV to automate image detection tasks for mobile applications
  • Evaluated model performance and deployed ML pipelines using Google Vertex AI and Model Deployment APIs
  • Integrated ML features into end-to-end app workflows, enabling real-time inference and improved automation efficiency

Cybersecurity Training

Palo Alto Networks

Oct 2024 – Dec 2024
  • Implemented firewall policy optimization to strengthen network access control and reduce alert false positives
  • Analyzed threat logs and worked with SIEM workflows to identify anomalies using intelligent log-correlation systems
  • Gained working knowledge of secure network design, intrusion detection fundamentals, and endpoint protection frameworks

Data Science Applied Training

Altair RapidMiner

Apr 2024 – Jun 2024
  • Built no-code ML pipelines in RapidMiner for data preprocessing, feature engineering, and model evaluation
  • Applied supervised learning algorithms such as SVM and Random Forest for classification and performance benchmarking
  • Performed exploratory data analysis (EDA) and interpreted results to derive actionable insights

Technical Skills

AI & Machine Learning

Deep Learning Computer Vision Reinforcement Learning SAC & PPO Transformers RAG Multilingual NLP Prompt Engineering

ML Frameworks

PyTorch TensorFlow Scikit-Learn Stable-Baselines3 HuggingFace TorchVision OpenCV

MLOps & Deployment

Docker FastAPI Model Serving Vertex AI REST APIs

Data Engineering & Analytics

Pandas NumPy SQL Matplotlib Seaborn

Security & Systems

Python Linux CLI Cryptography RSA & AES Networking TCP/IP DNS Shell Scripting

Certifications

βœ“

Google Data Analytics Professional Certificate

SQL β€’ R Programming β€’ Data Cleaning β€’ Tableau β€’ Business Communication

March 2025
βœ“

Google Cybersecurity Professional Certificate

Network Security β€’ Python β€’ Linux β€’ Cloud Security β€’ Network Architecture

May 2024
βœ“

Google Prompting Essentials

Prompt Engineering for GenAI Workflows

May 2025
βœ“

AI For Everyone β€” DeepLearning.AI

AI Strategy β€’ ML Fundamentals β€’ Business Use-Cases

February 2025
βœ“

Google Skill Badges (10+)

TensorFlow β€’ Image Classification β€’ Object Detection β€’ Product Search

2024-2025
βœ“

NPTEL: Cloud Computing

Engineering Architecture β€’ Virtualization Concepts

2024
βœ“

NPTEL: Computer Networks & Internet Protocols

TCP/IP β€’ Routing β€’ DNS β€’ Network Performance

2024

Education

πŸŽ“

B.Tech in Electronics and Communication Engineering

Bapatla Engineering College, Andhra Pradesh

May 2025
πŸ“š

Diploma in Electronics and Communication Engineering

Aditya College of Engineering, Surampalem, AP

Oct 2021

Blog

February 3, 2026

ResolverLab: High-Performance DNS Benchmarking Tool

A production-grade Python analytics suite for benchmarking DNS services across 50+ providers, measuring block rates, latency, and cache performance with comprehensive reporting.

Read More β†’
January 28, 2026

Reinforcement Learning for Antenna Design: A Deep Dive

Exploring how uncertainty-aware RL agents can optimize electromagnetic structures, reducing simulation costs by 70% through hybrid surrogate modeling approaches.

Read More β†’
December 8, 2025

Building Multilingual NLP Systems with RAG

A practical guide to implementing production-ready retrieval-augmented generation pipelines for Indian languages with semantic chunking and cross-encoder reranking.

Read More β†’
November 22, 2025

End-to-End Encryption in Python: Building Secure Messaging Systems

Learn how to implement hybrid AES-256 and RSA-2048 cryptography with secure key exchange protocols for zero-knowledge architecture messaging.

Read More β†’

Get In Touch

I'm always interested in hearing about new opportunities, collaborations, or just having a conversation about AI/ML. Feel free to reach out!

Hyderabad, Telangana, India