Skip to content
View MOHD-OMER's full-sized avatar

Block or report MOHD-OMER

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

Specializations



       




Building intelligent systems at the intersection of LLMs, RAG, fine-tuning, and real-world deployment.



👨‍💻 About Me

AI & ML Engineer focused on building production-grade systems — from multi-agent LLM pipelines and QLoRA fine-tuning to computer vision and MLOps. I work across the full ML stack: data, modelling, APIs, experiment tracking, and cloud deployment. Currently completing my B.E. in CS (AI & ML) and actively seeking roles where I can ship intelligent systems that solve real problems.

# mohammed_omer.py

class MohammedAbdulOmer:
    def __init__(self):
        self.name       = "Mohammed Abdul Omer"
        self.location   = "Hyderabad, India 🇮🇳"
        self.education  = "B.E. Computer Science (AI & ML) — Lords Institute of Engineering"
        self.focus      = ["LLM Engineering", "RAG Pipelines", "LLM Fine-tuning", "MLOps", "Computer Vision"]
        self.stack      = ["Python", "PyTorch", "LangChain", "LangGraph", "FastAPI", "HuggingFace"]
        self.status     = "Open to AI / ML Engineer roles 🚀"

    def say_hi(self):
        print("Let's build something intelligent together!")

me = MohammedAbdulOmer()
me.say_hi()

Area What I Build
🔍 Advanced RAG Hybrid retrieval (BM25 + vector + re-ranking), agentic pipelines, multi-document QA
🤖 LLM Engineering Prompt orchestration, QLoRA/PEFT fine-tuning, Groq / Gemini APIs
🧠 Agentic AI Multi-agent systems, CrewAI, LangGraph ReAct agents, autonomous task planning
⚙️ MLOps MLflow experiment tracking, Evidently AI drift monitoring, W&B, reproducible pipelines
👁️ Computer Vision Object detection (YOLOv8), medical imaging, Grad-CAM explainability
API & Deployment FastAPI, Django, Docker, Railway, Render, HuggingFace Spaces

🚀 Projects

🤝 Multi-Agent Research System

Autonomous multi-agent pipeline where specialised agents — researcher, analyst, writer — coordinate via CrewAI and Tavily to perform live web research, synthesise findings, and generate structured reports with zero human intervention.

Python CrewAI LangChain Groq Tavily

🔗 GitHub

🧬 LLM Fine-tuning — Mistral-7B Medical QA

QLoRA fine-tuning of Mistral-7B-Instruct-v0.2 on a medical Q&A dataset using PEFT. Trained on Kaggle T4 GPU with full environment compatibility handling. Model and Gradio demo fully deployed to HuggingFace Hub.

PyTorch HuggingFace PEFT Gradio W&B

🔗 GitHub  ·  🤗 Model  ·  🌐 Demo

🗂️ Multi-Document RAG Chatbot

Production-grade RAG chatbot using a LangGraph ReAct agent with hybrid retrieval — ChromaDB vector search, BM25, and FlashRank re-ranking. Streaming SSE responses via FastAPI async backend, powered by Groq's llama-3.1-8b-instant with dual Streamlit and Gradio frontends.

LangGraph FastAPI ChromaDB Groq HuggingFace

🔗 GitHub

⚙️ MLOps Pipeline with Drift Monitoring

End-to-end MLOps pipeline integrating MLflow for experiment tracking and model registry, Weights & Biases for training visualisation, and Evidently AI for data drift and model performance monitoring — structured as a reproducible, production-mimicking workflow.

MLflow W&B Evidently Scikit-Learn Python

🔗 GitHub

More projects on my →  


🛠️ Tech Stack

🧠 AI / ML & Deep Learning

🤖 LLM Engineering & Agentic AI

⚙️ MLOps & Experiment Tracking

🚀 APIs, UI & Deployment

🛠️ Dev Tools


📊 GitHub Stats


🐍 Contribution Graph

Snake animation


footer



If you find my work interesting, let's connect →      

Pinned Loading

  1. Building-Safety-Smoke-Detection Building-Safety-Smoke-Detection Public

    Enhancing Building Safety through Machine Learning and Deep Learning Based Smoke Detection Major Project — B.E. CSE (AIML), Lords Institute of Engineering and Technology | Fire and Smoke Detection …

    HTML 1 2

  2. emotion-echo emotion-echo Public

    Forked from sa-wasay125/emotion-echo

    Real-time multimodal AI companion — detects emotion via face + voice, responds conversationally until your mood improves | Gemini · FastAPI · OpenCV · Librosa

    Python

  3. PulmoScanAI PulmoScanAI Public

    PulmoScanAI is an AI-powered chest X-ray analysis system that detects Tuberculosis and generates visual explanations using Grad-CAM heatmaps. Includes a backend API, inference engine, and a respons…

    Python

  4. TruthLens TruthLens Public

    TruthLens is a college mini-project prototype built to explore deep learning for misinformation detection. It uses a CNN-LSTM Hybrid-NN trained on 40,000+ real and fake news articles to classify te…

    HTML