Skip to content
View yukthapriya's full-sized avatar

Block or report yukthapriya

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

Hi, I'm Yuktha Priya Masupalli

AI/ML Engineer | Full-Stack Developer | Trustworthy Medical AI Researcher | Distributed Systems & Rust Security Enthusiast

M.S. in Computer Science @ Texas A&M University–San Antonio
1 year industry experience (customer-facing Angular UI) | Former Graduate Research Assistant | Published in Medical AI
I build reliable user experiences and ML-enabled applications with a strong focus on quality and scalability


About Me

  • Frontend-focused Software Engineer with 1+ year of industry experience, primarily in Angular for customer-facing, forms-heavy applications
  • Built production UI features including multi-step onboarding, document upload + validation, and subscription/settings experiences
  • Research background in trustworthy medical AI (contrastive learning, robustness evaluation), with peer-reviewed publications
  • Interested in building end-to-end systems: well-designed UIs, clean APIs, data/ML pipelines, and cloud deployments

What I'm Working On

  • Building maintainable Angular applications with strong practices around reusability, accessibility, testing, and performance
  • Designing robust UI ↔ API integration: typed service layers, resilient error states, and predictable state management
  • Exploring production ML workflows: reproducible training, evaluation, and deployment-ready inference

Currently Learning

  • Advanced Angular patterns (RxJS best practices, scalable component architecture, performance profiling)
  • Cloud-native development: AWS/GCP basics, Docker, Kubernetes fundamentals, CI/CD
  • Backend fundamentals: API design, authentication patterns, observability (logs/metrics/tracing)
  • ML system practices: dataset quality, monitoring, and evaluation under distribution shift

Looking to Collaborate On

  • Open-source projects in frontend engineering and full-stack product development
  • Projects where ML is delivered as a usable product feature (not just a notebook)
  • Tools combining data + ML + strong UX (dashboards, developer tools, monitoring UIs)

Ask Me About

  • Frontend (Angular): component design, forms, validation, RxJS, performance, accessibility
  • Full-Stack: API integration, auth flows, error handling, caching basics
  • Machine Learning: PyTorch/TensorFlow, training/evaluation pipelines, multimodal systems
  • Data Engineering: PostgreSQL/NoSQL basics, ETL concepts, data quality mindset
  • Systems & Security: Rust fundamentals, static analysis, LLVM IR, performance profiling
  • Distributed Systems: parallel ML training, HPC workflows, scalable inference

Tech Stack

Languages

TypeScript Python Java C++ Rust

Frontend

Angular RxJS

Backend / Data

Node.js Flask PostgreSQL MongoDB

AI / ML

PyTorch TensorFlow Scikit-Learn

Cloud & DevOps

AWS GCP Docker Kubernetes


Featured Projects

ARIA — Autonomous Research Intelligence Agent

  • Multi-agent system for end-to-end academic research: reading, hypothesis generation, experiment design, and report writing
  • Implements specialized agents (Reader, Hypothesis, Experiment, Report, Synthesis, Debate) with structured context handoff
  • Supports PDF ingestion, arXiv search, citation graphing, and exportable research reports

Uncertainty-Aware KV-Cache Routing for vLLM

  • Prototype distributed router that selects among multiple vLLM-style nodes using KV-cache awareness and uncertainty scoring
  • Separates control plane (Python) from scoring path (Rust) for low-latency KV-aware ranking
  • Implements routing strategies (kv_aware, least_loaded, round_robin), fallback on failure, and detailed routing metrics

Cloré — Multimodal Personal Stylist & Virtual Try-On

  • Mobile-first web app that acts as an AI personal stylist with outfit suggestions and wardrobe management
  • Uses Groq LLM for outfit reasoning and IDM-VTON diffusion for virtual try-on via a Python ML server
  • Designed with multi-endpoint fallback, local try-on, and JSON-structured LLM outputs

InterviewFlow — Real-Time Collaborative Coding Platform

  • Full-stack collaborative coding platform with Monaco editor, Socket.io-based real-time sync, and JWT auth
  • Supports persistent interview sessions, in-session chat, and pluggable code execution (mocked or Piston/Judge0)
  • Containerized with Docker and deployable behind Nginx; structured for production-style workflows

MedProbCLIP — Medical Image–Report Retrieval (Research)

  • Probabilistic vision–language framework modeling radiograph–report pairs as Gaussian embeddings
  • Improves calibration and robustness for chest X-ray retrieval; trained on large-scale MIMIC-CXR
  • Published in WACV/AAAI/IEEE as part of trustworthy medical AI research

Publications

  • Improving Medical Imaging Model Calibration through Probabilistic Embedding
  • Benchmarking the Robustness of Contrastive Learning Models for Medical Image-Report Retrieval
  • Probabilistic Embedding for Enhancing Medical Imaging Model Trustworthiness

Let’s Connect


Fun Fact

I enjoy turning research ideas into production-oriented software—with a strong focus on user experience, correctness, and maintainability.

Pinned Loading

  1. ARIA-Research-Agent ARIA-Research-Agent Public

    Multi-agent AI system for autonomous academic research. Implements agentic pipelines, LLM orchestration, tool-use, context management, and real-time streaming — powered by Claude Sonnet 4.

    JavaScript 1

  2. clore clore Public

    AI personal stylist — outfit suggestions, virtual try-on, and shopping compatibility powered by Groq LLM and IDM-VTON.

    JavaScript 2

  3. InterviewFlow InterviewFlow Public

    InterviewFlow — a collaborative live‑coding platform I built to demonstrate full‑stack engineering skills: real‑time synchronization, authentication, database modeling, and safe code‑execution inte…

    JavaScript 1

  4. agentic-ai-chatbot-defense agentic-ai-chatbot-defense Public

    Forked from protectai/llm-guard

    This project develops a scalable, multi-agent system to mitigate such attacks by combining agentic AI workflows with layered defenses.

    Python 1

  5. Rust-vuln-detector-ML-and-Static-Analysis Rust-vuln-detector-ML-and-Static-Analysis Public

    This project implements a compiler‑aware vulnerability detector for Rust codebases by combining static analysis, LLVM IR feature extraction, and machine‑learning classification. It identifies unsaf…

    Rust 1

  6. uncertainty-aware-kv-cache-routing uncertainty-aware-kv-cache-routing Public

    Distributed vLLM-style router with uncertainty-aware KV-cache scoring, fallback routing, observability, and Rust-backed ranking.

    Python