Skip to content
View Rajkumar2002-Rk's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Rajkumar2002-Rk

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

Raj Kumar Nelluri

AI / ML Engineer · LLM Systems · Production Deployment

B.Tech AI · Amrita Vishwa Vidyapeetham | MS Computer Science · Pace University, New York
I don't just build models — I ship AI systems that run in production on AWS.
From RAG pipelines and LLM agents to computer vision and MLOps — full stack, end to end.

PortfolioLinkedInEmailGitHubAWS Certified

Profile Views


🚀 Systems Live in Production Right Now

ProjectLive DemoStack
🟣AI Financial Research AgentLiveGPT-4o · FastAPI · AWS EC2 · Docker
🔵Enterprise RAG ChatbotLiveLangChain · ChromaDB · AWS EC2 · Docker

🧑‍💻 About Me

I'm an AI/ML Engineer who ships production AI — not just prototypes. My work spans the full stack: LLM agents, RAG pipelines, computer vision, and cloud-native MLOps on AWS.

  • 🤖 LLM Engineering — RAG pipelines, LangGraph agents, tool-calling, prompt engineering, OpenAI API
  • 🔭 End-to-end ML — data ingestion → feature engineering → training → real-time inference → monitoring
  • ☁️ Cloud-native systems — AWS EC2, S3, Lambda, Kinesis, SageMaker, RDS, EventBridge
  • 👁️ Computer Vision — YOLOv8 object detection, ResNet-50 classification, 50ms inference APIs
  • 📊 MLOps — data drift detection, automated retraining, MLflow, CloudWatch, GitHub Actions CI/CD
  • 🎓 AWS Certified Cloud Practitioner · MS CS, Pace University, New York

"A model that doesn't reach production is a prototype, not a solution."


📊 Results That Matter

MetricResultProject
⚡ Report Generation< 30 seconds end-to-endAI Financial Research Agent
🔍 RAG Retrieval Accuracy87% on benchmark queriesEnterprise RAG Chatbot
🎯 Fraud Detection Accuracy96.7% on 50k+ claimsInsurance Fraud Detection
🧠 Inference Latency50ms real-timeInsurance Fraud Detection
📈 Churn Prediction F191% accuracy / 89% F1Customer Churn + MLOps
📉 Sales Forecast RMSE4.2% — 18% better than baselineRetail Sales Forecasting

🚀 Featured Projects


🟣 AI Financial Research Agent — Live Demo ↗ · GitHub ↗ · Portfolio ↗

Autonomous GPT-4o agent that generates structured BUY/HOLD/SELL investment reports in under 30 seconds

Most AI financial tools let the LLM decide whether to buy or sell. This system does not. The investment decision is made entirely by a deterministic scoring engine — GPT-4o only explains the decision in plain English. This eliminates hallucination from the most critical part of the pipeline.

User Request → FastAPI → LangGraph Agent → Market Data (Stooq) + Fundamentals (Alpha Vantage) + News (Tavily)
→ Deterministic Scoring Engine (Technical + Fundamental + Sentiment)
→ Conflict Detection → Confidence Model → BUY / HOLD / SELL
→ GPT-4o Explanation → Redis Cache → JSON Response → Dark UI

Key innovations: Normalised scoring (missing data not penalised) · Conflict detection override · 5-factor confidence model · Portfolio ranking mode · Time-horizon weight profiles · Redis caching (10× API cost reduction)

PythonFastAPILangGraphGPT-4oAlpha VantageTavilyRedisDockerAWS EC2


🔵 Enterprise RAG Chatbot — Live Demo ↗ · GitHub ↗ · Portfolio ↗

Production RAG pipeline — 87% retrieval accuracy, hallucination guardrails, live on AWS EC2

Full production RAG system: MMR retrieval for result diversity, metadata-injected citations, session-isolated upload mode, structured JSON logging, and real-time streaming. Every response includes [SOURCE N: filename | Page] — zero hallucinations.

PDF (Library or Upload) → PyPDF → Chunking (1000/200 overlap)
→ OpenAI Embeddings (text-embedding-3-small) → ChromaDB
→ MMR Retrieval (fetch_k=20, top-5) → Hallucination Guardrail
→ Strict Prompt + Citations → GPT-3.5-turbo → Streamlit Streaming UI

Key innovations: Similarity threshold guardrail · MMR diversity retrieval · Metadata citation injection · Upload-any-PDF mode · Session-isolated temp vectorstore · Structured query logging

PythonLangChainOpenAI APIChromaDBStreamlitDockerAWS EC2PyPDF


🔴 Insurance Fraud Detection — GitHub ↗ · Portfolio ↗

Dual-model CV pipeline — 96.7% accuracy on 50k+ insurance claims at 50ms inference

YOLOv8 localises vehicle damage in real time. ResNet-50 classifies severity and flags fraud indicators. Served via FastAPI at 50ms average inference latency on a cloud-native AWS pipeline.

Claim Image → YOLOv8 (damage localisation) → ResNet-50 (severity classification)
→ FastAPI Inference API (50ms) → AWS S3 + Lambda + Kinesis → RDS Reporting

YOLOv8ResNet-50PyTorchOpenCVFastAPIAWS S3LambdaKinesisSageMakerRDS


🟢 Retail Sales Forecasting — GitHub ↗ · Portfolio ↗

LSTM + Prophet ensemble — 4.2% RMSE, 18% better than single-model baselines on AWS SageMaker

Engineered a batch ETL pipeline processing 500K+ retail transactions. LSTM captures complex temporal patterns; Prophet handles seasonality and holidays. Deployed as a SageMaker real-time endpoint with automated weekly retraining from S3.

LSTMProphetPyTorchSageMakerS3PandasNumPy


🟡 Customer Churn Prediction — GitHub ↗ · Portfolio ↗

MLOps pipeline — 91% accuracy, SHAP explainability, automated CI/CD retraining

XGBoost classifier with 21 engineered features including NLP-extracted signals from support tickets. CloudWatch + EventBridge triggers automated model retraining on data drift. MLflow tracks all experiments.

XGBoostSHAPMLflowAWS ComprehendCloudWatchEventBridgeDockerGitHub Actions


⚙️ Tech Stack

ProgrammingPythonSQL

Generative AI & LLMLangChainOpenAIChromaDBStreamlitLangGraphRAG PipelinesVector DatabasesPrompt EngineeringEmbeddingsTool Calling

Machine Learning & CVPyTorchTensorFlowScikit-learnXGBoostYOLOv8ResNet-50LSTMProphetSHAP

Cloud & InfrastructureAWSDockerFastAPIRedisNginxEC2S3SageMakerLambdaKinesisRDSCloudWatchEventBridge

MLOps & ToolsMLflowGitHub ActionsWeights & BiasesJupyterLinuxBash


🌱 Currently Building

  • 🔧 AI Resume Analyzer — LLM-powered resume scoring and feedback system
  • 🔍 Semantic Search Engine — production vector search with re-ranking and RAGAS evaluation
  • 🤖 Advanced RAG — multi-modal RAG with images and tables, hybrid retrieval
  • ⚙️ Advanced MLOps — model versioning, experiment tracking, CI/CD for ML
  • 📡 Large-Scale Pipelines — Apache Spark, AWS Glue, real-time streaming architectures

📈 GitHub Activity

GitHub Streak

Raj's GitHub Activity Graph


🔗 Let's Connect

I'm actively seeking AI/ML Engineer, LLM Engineer, and Applied AI roles at US tech companies and startups.


✅ Available immediately · 🇺🇸 US-based (OPT / STEM OPT) · Open to remote & on-site roles

Pinned Loading

  1. aws-sales-forecastingaws-sales-forecastingPublic

    Jupyter Notebook

  2. Customer_Chrun_PredictionCustomer_Chrun_PredictionPublic

    Jupyter Notebook

  3. rag-chatbotrag-chatbotPublic

    Enterprise RAG chatbot — 87% retrieval accuracy, live on AWS EC2

    Python