Skip to content
View SSG-YERRAMSETTI's full-sized avatar

Highlights

  • Pro

Organizations

@UNT-Software-Engineering-Team-6

Block or report SSG-YERRAMSETTI

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
SSG-YERRAMSETTI/README.md
Typing SVG

Profile Views LinkedIn Portfolio Research Paper Email


About Me

I'm an AI/ML engineer doing my Master's in Computer Science at the University of North Texas (GPA 3.8), and most of my work lives at the intersection of LLM engineering, computer vision, and making AI systems actually reliable in production.

I don't like stopping at proof-of-concept. Most of what's in this GitHub is end-to-end — agents that run autonomously, tracking systems that stream to live dashboards, platforms that non-engineers can actually use, and observability pipelines that catch problems before users do.

Before grad school I spent 15 months as an Applied Scientist intern at CDK Global, working on ML systems for one of the largest automotive retail platforms in the US. That's where I learned what production ML actually demands. I also published a facial recognition research paper at a Springer international conference during undergrad.

When I'm not building things: cricket, gym, and the occasional sketch.


🛠️ Tech Stack

Area Tools
Large Language Models GPT-4 · Gemini · LLaMA · Google Gemma · Ollama
Agentic AI LangGraph · Multi-agent workflows · Tool-augmented LLMs
RAG & Retrieval FAISS · Schema-grounded RAG · Embedding pipelines · Document chunking
LLM Observability Arize · Vertex AI evaluation · LLM-as-a-judge
Computer Vision YOLOv8 · Deep SORT · OpenCV · dlib · MTCNN · EasyOCR · face-recognition
Deep Learning PyTorch · TensorFlow · Keras · 3D CNN · Transfer Learning (EfficientNet)
Classical ML Scikit-learn · XGBoost · LBPH · NumPy · Pandas
Cloud — GCP Vertex AI · AutoML · Cloud Run · BigQuery · Artifact Registry · Secret Manager
Cloud — AWS SageMaker · S3 · IAM · ECR
MLOps Docker · Kubernetes · Terraform · GitHub Actions CI/CD
Backend FastAPI · Streamlit · REST APIs · WebSocket
Databases PostgreSQL · MySQL · FAISS · Apache Spark · SQL
Languages Python · Java · SQL

Featured Projects

Triage Agent — Autonomous GitHub Issue Management

A LangGraph state machine that handles the full GitHub issue lifecycle without human intervention — classification, assignment, SLA enforcement, audit logging, and auto-close on stale issues.

Business impact: Returns 5–10 hrs/week of engineering overhead back to the team.

LangGraph Agentic AI GitHub API Python State Machine

Repo

Real-Time LLM Observability Pipeline

Polls LLM trace data from Arize every minute, evaluates each response with a Vertex AI judge model, and deploys the full pipeline on GCP Cloud Run via Terraform. Multi-cloud: built on AWS SageMaker, runs on GCP.

Business impact: Catches model degradation in minutes, not when a customer complains.

GCP AWS Arize Vertex AI Docker Terraform

Repo

AI-Powered Database Automation

Schema-grounded RAG pipeline that lets anyone query a PostgreSQL database in plain English. The LLM receives live table definitions, foreign keys, and business rules before generating SQL. Runs entirely locally with Ollama + Gemma — no data leaves the machine.

Business impact: Answers in 30s what used to require a Jira ticket and a day's wait.

Ollama Gemma RAG PostgreSQL Streamlit

Repo

SmartVend — AI-Powered Vending Management

Full-stack vending operations platform. OCR pipeline reads supplier receipts and updates inventory automatically. Rolling 7-day demand forecast flags machines before they stock out. Profit calculated from actual invoice costs, not estimates.

Business impact: Eliminates manual data entry + targets 15–25% revenue lost to stockouts.

FastAPI React PostgreSQL Supabase OCR Python

Repo

Multi-Camera Live Object Tracking v3.0

Upgraded an open-source tracking system — replaced Darknet/TF 1.14 with YOLOv8, fixed a concurrency bug by giving each camera its own Deep SORT instance, and added vehicle intelligence: color detection, plate OCR, and type classification.

Business impact: One operator monitoring 10+ live feeds with automated event detection.

YOLOv8 Deep SORT FastAPI OpenCV MTCNN EasyOCR

Repo

EPIANN — Efficient Person Identification

Published

Two detection pipelines (Haar Cascade + MTCNN), LBPH recognition, and real-time color-coded alerts based on criminal record lookup. Undergraduate thesis published at BVRITHCON-2023 (Springer).

Research: Compared traditional vs deep learning face detection on live video.

TensorFlow OpenCV dlib MTCNN LBPH

Repo

Ongoing Research: CNN-Based Autism Detection via 4D fMRI — 3D CNN on resting-state neuroimaging to classify ASD vs. neurotypical subjects. Research project at UNT. (Repo coming soon)


GitHub Stats


Education & Credentials

Institution Period Result
MS Computer Science University of North Texas, TX 2024 – Present GPA 3.8 / 4.0
BE CSE (AI & ML) GIET, JNTU Kakinada, India 2020 – 2024 CGPA 8.0 / 10

Published Research

Efficient Person Identification using Artificial Neural Networks International Conference BVRITHCON-2023 · Published by Springer doi.org/10.1007/978-981-95-0144-1_25

Certifications

  • Microsoft Azure AI Engineer Associate — Microsoft (Apr 2023)
  • AWS Academy: Machine Learning Foundations — Amazon Web Services (Jan 2023)
  • AWS Academy: Cloud Architecting — Amazon Web Services (Jan 2023)
  • AWS Academy: Cloud Foundations — Amazon Web Services (Nov 2022)
  • Python for Data Science — IBM (Jun 2023)
  • MTA: Introduction to Programming Using Python — Microsoft (Jun 2022)

Let's Connect

I'm actively looking for AI/ML engineering roles — full-time or internship. If you're working on something in LLMs, agentic AI, computer vision, or MLOps, I'd love to connect.

Email LinkedIn Portfolio GitHub

Pinned Loading

  1. SmartVend SmartVend Public

    Smart Vending is an intelligent vending machine management system that combines OCR, forecasting, and explainable AI to automate inventory tracking, predict demand, and maximize profit. It empowers…

    TypeScript

  2. triage-agent-ssg triage-agent-ssg Public

    Autonomous GitHub Issues triage agent built with LangGraph — auto-assigns, labels, closes stale issues

    Python

  3. multi-camera-tracking multi-camera-tracking Public

    Real-time multi-camera vehicle detection and tracking using YOLOv8 and Deep SORT

    Python

  4. -AI-Powered-Database-Automation -AI-Powered-Database-Automation Public

    AI-Powered Database Automation Natural language to SQL

    Python

  5. EPIANN_face-recognition-criminal-detection EPIANN_face-recognition-criminal-detection Public

    EPIANN is a real-time facial recognition and criminal identification system

    Python

  6. LLM-Observability-Polling-Pipeline LLM-Observability-Polling-Pipeline Public

    Real-time monitoring and evaluation of production LLM systems across GCP and AWS

    Python