Skip to content
View GoparapukethaN's full-sized avatar

Block or report GoparapukethaN

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

Kethan Goparapu

MLOps engineer focused on applied AI systems, model reliability, evaluation, and deployment workflows.

I like building the parts around models that make them useful in the real world: data pipelines, APIs, monitoring, evals, release gates, and clear failure visibility. Right now I am going deeper into AI/ML engineering through RAG systems, LLM evaluation, and ML infrastructure projects.

Portfolio: https://goparapukethan.github.io/kethan-portfolio/ | Recruiter brief: https://github.com/GoparapukethaN/kethan-portfolio/blob/main/docs/recruiter-brief.md | Proof ledger: https://github.com/GoparapukethaN/kethan-portfolio/blob/main/docs/proof-ledger.md | Project map: https://github.com/GoparapukethaN/kethan-portfolio/blob/main/docs/project-map.md | Enterprise RAG: https://github.com/GoparapukethaN/kethan-portfolio/blob/main/docs/enterprise-rag-reliability-platform.md | Verification note: https://github.com/GoparapukethaN/kethan-portfolio/blob/main/docs/no-key-verification.md

Current Focus

  • Reliable RAG and document intelligence systems
  • ML evaluation, regression checks, and model release gates
  • FastAPI services for ML/AI workloads
  • Dockerized local development and deployment workflows
  • MLOps patterns: experiment tracking, monitoring, rollback, and reproducibility

Selected Projects

Enterprise RAG Reliability Platform

Local-first enterprise-style RAG reliability platform for MLOps runbooks and uploaded documents.

Applied AI Eval Lab

Document intelligence and AI evaluation workspace.

RAG Forge

Retrieval benchmark runner for comparing RAG configuration choices.

StreamInfer

Local inference serving and benchmark sweeps in plain Python.

MLGuard

Pre-deployment release-gate checks for ML models.

MLOps End-to-End Pipeline

Customer churn prediction pipeline with model training, API serving, monitoring, and deployment-oriented project structure.

Prism CLI

Experimental model-routing CLI and developer-tooling playground.

Open Source Contributions

Open upstream PRs proposing focused fixes in AI infrastructure and evaluation tooling.

  • Ray/RLlib: PR clarifies set_extra_model_outputs behavior against the current implementation
  • Hugging Face LightEval: PR fixes an invalid callable type annotation in the parallelism helper
  • BentoML: PR adds Python API docs for starting local HTTP/gRPC servers and creating clients
  • BentoML: PR adds testing docs for mocking decorated API method bodies
  • BentoML: PR adds bentoml.Model API reference coverage for export/import methods
  • Ray PR: ray-project/ray#63524
  • LightEval PR: huggingface/lighteval#1239
  • BentoML server API PR: bentoml/BentoML#5616
  • BentoML testing PR: bentoml/BentoML#5617
  • BentoML Model API PR: bentoml/BentoML#5618

How I Think About AI Systems

I am interested in the space between model quality and production reliability. A model can look good in a notebook and still fail once it meets messy data, latency constraints, retrieval misses, unclear evals, and release pressure. My projects are aimed at closing that gap with measurable workflows.

Writing

Tech I Work With

Python, FastAPI, Docker, Kubernetes, SQL, scikit-learn, XGBoost, PyTorch basics, RAG, retrieval evaluation, model monitoring, MLflow-style experiment tracking, GitHub, and cloud-oriented deployment patterns.

Contact

Popular repositories Loading

  1. rag-forge rag-forge Public

    RAG retrieval benchmark runner with JSON reports, Pareto plots, and regression gates for retrieval quality changes.

    Python 1

  2. streaminfer streaminfer Public

    Local inference serving with adaptive batching, benchmark sweeps, and regression gates for batching tradeoffs.

    Python 1

  3. mlguard mlguard Public

    ML release-gate checks for drift, performance regression, latency, and JSON/Markdown deployment reports.

    Python 1

  4. mlops-end-to-end-pipeline mlops-end-to-end-pipeline Public

    Customer churn MLOps pipeline with training, FastAPI serving, Prometheus metrics, Docker, and tests

    Python

  5. GoparapukethaN GoparapukethaN Public

    Profile README

  6. prism-cli prism-cli Public

    Experimental model-routing CLI and developer-tooling playground

    Python