Skip to content
View kalyan-venk's full-sized avatar

Block or report kalyan-venk

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kalyan-venk/README.md

Hi πŸ‘‹, I'm Kalyan Venkatesh

LinkedIn Email GitHub Profile views

Computer Science graduate student @DePaul University, specializing in AI/ML and Systems & Software Development | 2+ years in Backend & Data Science | Involved heavily in my Professional Research on LLMOps & Code Refactoring currently | AWS Certified Cloud Practitioner | Seeking CPT opportunities in AI/ML & SDE roles in the US

πŸ”­ Currently Working On

  • Production-grade MLOps/LLMOps framework for LLM-based code refactoring (with GNNs, robustness distillation, RAG, MLflow monitoring) - research with Prof. Vahid Alizadeh @ DePaul University
  • Hybrid Prophet + LSTM energy consumption forecasting with real-time weather API & NLP features

🌱 Currently Learning / Exploring

  • Advanced LLMOps, Graph Neural Networks for code understanding, efficient distillation techniques
  • Kubernetes for scalable ML deployments, more AWS services (Solutions Architect in progress)

πŸ›  Tech Stack

πŸ“Š GitHub Stats

GitHub Stats Streak Stats

πŸ” Pinned Projects (coming soon – updating weekly!)

Feel free to explore my repos below or reach out on LinkedIn! πŸš€

πŸ§‘β€πŸ’» About Me

class Kalyan:
    def __init__(self):
        self.name = "Kalyan Venkatesh"
        self.role = "AI/ML Graduate Student & Software Engineer"
        self.location = "Chicago, Illinois, USA"
        self.education = "MS Computer Science @ DePaul University (Sep 2024 – Jun 2026) | BTech @ NIT Nagpur (2017–2021)"
        self.gpa = "3.80/4.0"
        self.experience = "3+ years (Backend Developer & Data Scientist @ sensen.ai | Engineer @ AECOM/Siri)"
        self.passions = [
            "Production-grade MLOps / LLMOps pipelines",
            "Robust LLM agents for code refactoring (GNNs, distillation, RAG)",
            "Time-series forecasting with real-world deployment & impact",
            "Scalable cloud-integrated ML systems (AWS, Docker, Kubernetes)"
        ]
        self.personality = "Driven β€’ Curious β€’ Results-oriented β€’ Team player"

    def get_expertise(self):
        return {
            "languages": ["Python", "Java (with Data Structures & Algorithms)", "C", "JavaScript", "SQL"],
            "ai_ml": ["PyTorch", "TensorFlow", "Scikit-learn", "Prophet", "LSTM", "Hugging Face", "NetworkX", "GNNs", "RAG", "MLflow", "SHAP"],
            "tools": ["Streamlit", "GridSearchCV", "OpenWeather API"],
            "cloud_devops": ["AWS (Cloud Practitioner certified, Solutions Architect in progress)", "Docker", "Kubernetes", "MLOps/LLMOps", "ETL pipelines"],
            "databases": ["PostgreSQL", "Oracle SQL", "MySQL"]
        }

    def career_highlights(self):
        return [
            "πŸ”¬ Research: Production-grade LLMOps for code refactoring β€” robustness distillation + GNNs + MLflow monitoring (targeting ICML/KDD 2026)",
            "⚑ Energy Predictor: Hybrid Prophet + LSTM (6% MAPE, +12% precision via NLP/weather, 15% projected COβ‚‚ savings)",
            "🏭 sensen.ai: 40% latency reduction, 20% downtime cut, 2Γ— ETL efficiency; led drone pollution detection R&D (30–35% impact potential)",
            "πŸŽ“ AWS Certified Cloud Practitioner | Mentored interns | Owned analytics pipelines"
        ]

me = Kalyan()

🎯 My Journey

  • πŸ”­ Currently Working On: MLOps/LLMOps pipeline for LLM-based code refactoring (robustness distillation + GNNs + RAG + monitoring) with Prof. Vahid Alizadeh @ DePaul
  • πŸŽ“ Education: MS CS @ DePaul (AI/ML & Systems specialization, expected Jun 2026) | BTech @ NIT Nagpur
  • πŸ’Ό Experience: Software Engineer (Backend & Data Science) @ sensen.ai (2022–2024) – APIs, ETL, analytics, ANPR pipelines | Engineer @ AECOM/Siri (2021–2022) – infrastructure data integration
  • πŸ€– Focus: End-to-end ML deployment, scalable systems, production AI reliability
  • ☁️ Also Skilled In: Cloud-native ML (AWS/Docker/K8s), time-series + NLP integration, DSA in Java/Python
  • πŸ“« Reach Me: adavivenkatesh@gmail.com | LinkedIn
  • ⚑ Fun Fact: I turn complex data problems into clean, deployable solutionsβ€”usually fueled by green tea and early morning sessions!

πŸ› οΈ Technologies & Expertise

πŸ’» Languages & DSA

Python β€’ Java (with Data Structures & Algorithms) β€’ SQL β€’ C β€’ JavaScript

πŸ€– AI/ML & Frameworks

PyTorch β€’ TensorFlow β€’ Scikit-learn β€’ Hugging Face β€’ Prophet β€’ LSTM β€’ NetworkX (GNNs) β€’ RAG β€’ MLflow β€’ SHAP

☁️ Cloud, DevOps & Tools

AWS β€’ Docker β€’ Kubernetes β€’ MLOps/LLMOps β€’ Streamlit β€’ GridSearchCV β€’ OpenWeather API

πŸ—„οΈ Databases

PostgreSQL β€’ Oracle SQL β€’ MySQL

Popular repositories Loading

  1. energy-consumption-predictor energy-consumption-predictor Public

    Prophet + LSTM model predicts next-day household kWh within 6 % MAPE; Streamlit dashboard consumes live US weather API and displays COβ‚‚ savings.

    Python 1

  2. route-optimization-rl route-optimization-rl Public

    Q-learning agent trained on 10 k NYC taxi trips cuts passenger wait time 34 % vs greedy baseline; FastAPI + Leaflet demo reroutes in 180 ms on CPU.

  3. agentic-llmops agentic-llmops Public

    LLMOps pipeline for hallucination monitoring in agentic AI systems. Master's research project focusing on ReAct agents with lightweight mitigation. Built with Ollama, LangGraph, and MLflow.

    Python

  4. kalyan-venk kalyan-venk Public

    Kalyan Venkatesh | Computer Science graduate student | AI/ML & MLOps Enthusiast