Skip to content
View sshibinthomass's full-sized avatar
πŸ’»
πŸ’»

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

Logo

Im Young Budding Energetic Engineer

sshibinthomass

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


class LlmEngineer:

    def __init__(self):
        self.name = "Shibin Thomas"
        self.role = "LLM Engineer"
        self.language_spoken = ["en_US", "de_DE"]
        self.learning = ["LLM and AI Agents"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

    def current_learning(self):
        print(f"Currently learning: {', '.join(self.learning)}")


me = LlmEngineer()
me.say_hi()
me.current_learning()
  • 🌱 Forever Learner currently learning LLM and AI Agents

  • πŸ’¬ Ask me about LLMs, RAG, MCP, AI Agents, Deep Learning, NLP, Augmented Reality, and Virtual Reality,

  • πŸ“« How to reach me sshibinthomass@gmail.com


Connect with me:

Alt text Alt text


🧠 Programming & Orchestration

Python LangGraph LangChain

πŸ•ΈοΈ Frameworks & Appification

Flask Streamlit

πŸ“Š Data Analysis & Visualization

Pandas NumPy Matplotlib Seaborn

🧠 ML & DL Libraries

TensorFlow Torch Scikit_learn

πŸ“š NLP & Language Models

NLP NLTK Transformers

πŸ€– LLM Inference APIs

Anthropic DeepSeek Groq Gemini OpenAI Ollama

🧩 Utilities & Integration

MCP HuggingFace Pydantic

πŸŽ₯ Vision

OpenCV

πŸ–₯️ IDEs

Cursor VSCode Jupyter


πŸ“ˆ Account Status

sshibinthomass

Β sshibinthomass

sshibinthomass

πŸ—‚οΈ Highlight Projects

Langgraph-Core sushi-Chatbot

Popular repositories Loading

  1. Face-Recogntion Face-Recogntion Public

    This Project contains Face Recognition with trained dataset

    Python 1

  2. ANIME-RECOMMENDER-SYSTEM-LLMOPS ANIME-RECOMMENDER-SYSTEM-LLMOPS Public

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

    LLMOPS from KRISHAI Udemy Course

    Python 1

  3. nucleate-hack-medi-minds nucleate-hack-medi-minds Public

    HTML 1

  4. tcs tcs Public

  5. Object_Detection Object_Detection Public

    Object Detection using OpenCV

    Python

  6. Open-CV Open-CV Public

    Basic OpenCV programs

    Python