Skip to content
View sshibinthomass's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report sshibinthomass

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

AI & Generative AI Engineer

sshibinthomass

#!/usr/bin/python
# -*- coding: utf-8 -*-


class AIEngineer:

    def __init__(self):
        self.name = "Shibin Thomas Stanley Paul"
        self.role = "Forward Deployment & Generative AI Engineer"
        self.experience_years = "3+"
        self.languages_spoken = ["en_US", "de_DE (A2+/B1 in progress)", "ta_IN"]
        self.core_focus = ["Agentic RAG", "Multi-Agent Systems", "VLM Fine-tuning"]

    def say_hi(self):
        print("Thanks for dropping by! I build reliable, production-grade AI agents and automation systems.")

    def current_focus(self):
        print(f"Currently focusing on: {', '.join(self.core_focus)}")


me = AIEngineer()
me.say_hi()
me.current_focus()
  • 🌱 AI Engineer with 3+ years of experience across enterprise automation, applied machine learning, and Generative AI.
  • 🎓 Currently completing M.Sc. in Automation and Robotics at TU Dortmund University.
  • 🔬 Thesis: Self-Optimizing Agentic RAG for Cost Optimization in Unstructured Supplier Data Processing in collaboration with the BMW Group.
  • 💬 Ask me about LLMs/VLMs, Agentic RAG, MCP (Model Context Protocol), Fine-Tuning (LoRA), and Multi-Agent Orchestration.
  • 📫 How to reach me: [email protected]

Connect with me:

LinkedIn Website


🧠 Programming & Orchestration

Python TypeScript LangGraph LangChain LiteLLM MCP

🕸️ Frameworks & Appification

Flask React Node.js Streamlit

📊 Data & Retrieval Systems

SQL Neo4j ChromaDB Pandas NumPy

🧠 ML & DL Libraries

TensorFlow PyTorch Scikit_learn

🧩 Tools, DevOps & Evaluation

LangSmith HuggingFace Pydantic Docker Azure

🎥 Vision

OpenCV

🖥️ IDEs

Cursor VSCode Jupyter Codex Claude Code Antigravity


📈 Account Status

sshibinthomass

 sshibinthomass

sshibinthomass


🏆 Awards & Hackathons


🗂️ Github Pins

sushi-Chatbot

Interactive sushi restaurant chatbot and menu helper.

BKW-Design-Agent

Generative AI Agent for structural optimization, built for the BKW & TUM.ai Hackathon (2025).

Mark-AR

Marker-based Augmented Reality application.

Web-AR

Web-based Augmented Reality pipeline and viewer.

rosary-site-react

React-based frontend application for Rosary plant house.

nucleate-hack-medi-minds

AI health and medical solution developed during the Nucleate Hackathon.

Popular repositories Loading

  1. Face-Recogntion Face-Recogntion Public

    This Project contains Face Recognition with trained dataset

    Python 1

  2. NARX-slug-flow-crystallization NARX-slug-flow-crystallization Public

    MLME slug flow crystallization

    Jupyter Notebook 1

  3. ANIME-RECOMMENDER-SYSTEM-LLMOPS ANIME-RECOMMENDER-SYSTEM-LLMOPS Public

    Forked from data-guru0/ANIME-RECOMMENDER-SYSTEM-LLMOPS

    LLMOPS from KRISHAI Udemy Course

    Python 1

  4. nucleate-hack-medi-minds nucleate-hack-medi-minds Public

    HTML 1

  5. tcs tcs Public

  6. Object_Detection Object_Detection Public

    Object Detection using OpenCV

    Python