Skip to content
View surya-1729's full-sized avatar
πŸ‹οΈ
busy working on LLMs
πŸ‹οΈ
busy working on LLMs

Highlights

  • Pro

Block or report surya-1729

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
surya-1729/README.md

Hi there! πŸ‘‹ I'm Surya Alla

Typing SVG

🌍 Based in Siegen, Germany β€’ 🎯 Specializing in Production AI Systems

LinkedIn Medium Email


πŸš€ About Me

I'm an AI Software Engineer with 2+ years of experience turning cutting-edge AI research into production-ready solutions. I specialize in LLM integration, developer enablement, and scalable AI deployment - focusing on making AI accessible and developer-friendly rather than just model training.

Currently working as a Computer Vision & AI Engineer at Fraunhofer FIT, where I contribute to GenAI enablement initiatives and coach development teams in LLM integration best practices for medical AI applications. I contributed previously on text and image processing pipelines.

🎯 What I Do Best

  • πŸ€– LLM Integration & Production Deployment - Building scalable AI-powered applications
  • πŸ‘¨β€πŸ« Developer Coaching - Enabling teams to adopt GenAI effectively
  • πŸ—οΈ AI Architecture - Designing cloud-based AI workflows and infrastructure
  • ⚑ Performance Optimization - Reducing latency and improving system reliability
  • πŸ“š Knowledge Sharing - Creating standards and training materials for sustainable AI adoption

πŸ› οΈ Tech Stack

πŸ€– AI & Machine Learning

Python PyTorch TensorFlow Hugging Face LangChain OpenAI

☁️ Production & Deployment

FastAPI Docker AWS GitLab CI Kubernetes

🎯 Computer Vision

OpenCV YOLO SAM

⚑ Optimization & Tools

TensorRT ONNX CUDA Linux


πŸ”₯ Featured Projects

Model Context Protocol (MCP) integration with LangGraph Agent

  • πŸ”§ Dynamic tool discovery and multi-server support
  • 🌐 Modular architecture for web search, YouTube transcripts, weather, math operations
  • πŸš€ Auto-registration of MCP-compatible services without custom integration

Production-ready Retrieval-Augmented Generation system

  • ⚑ 60% faster performance with sub-second query responses
  • πŸ”„ Concurrent user support with comprehensive error handling
  • πŸ—„οΈ Vector databases integration with intelligent chunking strategies

Scalable server infrastructure for multiple LLM providers

  • πŸ”€ Dynamic model selection and load balancing
  • πŸ“Š Comprehensive monitoring and logging systems
  • πŸ—οΈ Production-ready deployment with Docker and FastAPI

Advanced 3D geometry processing and CT reconstruction

  • πŸ“Š Gaussian curvature computation for 3D triangular meshes
  • πŸ₯ CT reconstruction using PyTorch for medical imaging
  • πŸ”¬ Research-grade implementations with mathematical rigor

πŸ“ˆ GitHub Analytics

GitHub Stats Top Languages

GitHub Streak


πŸ† Professional Highlights

class AIEngineerSurya:
    def __init__(self):
        self.current_role = "Computer Vision & AI Engineer @ Fraunhofer FIT"
        self.experience = "2+ years in production AI systems"
        self.location = "Siegen, Germany"
        
    def expertise(self):
        return {
            "specialties": [
                "LLM Integration & Production Deployment",
                "GenAI Team Coaching & Enablement", 
                "AI Architecture & Infrastructure",
                "Performance Optimization & Scaling"
            ],
            "achievements": [
                "Reduced document processing latency from 30
            ]
            }

Pinned Loading

  1. LangGraph-MCP-Dynamic-AI-Tool-Integration-Framework LangGraph-MCP-Dynamic-AI-Tool-Integration-Framework Public

    Model Context Protocol (MCP) template with a LangGraph Agent, allowing it to dynamically access external tools, data sources, and APIs.

    Python

  2. Advanced-RAG-System-with-Production-Optimization Advanced-RAG-System-with-Production-Optimization Public

    RAG pipeline using OpenAI embeddings and Langchain

    Python

  3. Multi-Model-AI-Server-with-Production-Optimization Multi-Model-AI-Server-with-Production-Optimization Public

    This repository provides a setup for running a Llama3 model FastAPI application using Docker Compose and Ollama.

    Python

  4. Gaussian-curvature-of-a-3D-triangular-mesh Gaussian-curvature-of-a-3D-triangular-mesh Public

    vertex-wise Gaussian curvature of a 3D triangular mesh using Python

    Jupyter Notebook 1

  5. CT-Reconstruction-using-PyTorch CT-Reconstruction-using-PyTorch Public

    Computerized Tomography (CT) Imaging ..... Medical way of ``Looking inside a patients bodyβ€˜β€˜ without cutting it open

    Jupyter Notebook

  6. Polynomial-fitting-with-PyTorch Polynomial-fitting-with-PyTorch Public

    Polynomial fitting

    Jupyter Notebook