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



       




I fine-tune models, wire up RAG pipelines, build multi-agent systems, and deploy them.



👨‍💻 About Me

I build AI systems end-to-end — QLoRA fine-tuning, RAG pipelines, multi-agent workflows, computer vision, MLOps. I care about the whole picture: data, modeling, APIs, experiment tracking, cloud. Finishing my B.E. in CS (AI & ML) and looking for a role where I can keep building.

# 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", "CrewAI", "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
🎯 AI Routing & Orchestration Multi-provider AI routers, task classification, benchmark pipelines
🔍 Advanced RAG Hybrid retrieval (BM25 + vector + re-ranking), agentic pipelines, multi-document QA
🤖 LLM Engineering QLoRA/PEFT fine-tuning, prompt orchestration, Groq / Gemini / OpenRouter APIs
🧠 Agentic AI Multi-agent systems, CrewAI, LangGraph ReAct agents, 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

🚀 Featured Projects

🎯 AI Orchestrator — Smart Multi-Provider Router

Routes tasks to the right model — Groq, Gemini, OpenRouter, or Ollama — based on whether you care more about speed, quality, cost, or keeping data local. Classifies across 10 task types, supports 17+ models, has a benchmark mode to verify routing decisions, and falls back automatically when a provider fails. Full CLI included.

Python FastAPI Groq Gemini Ollama

🔗 GitHub  ·  🌐 Live Demo

🤝 Multi-Agent Research System

Three agents — researcher, analyst, writer — split up a research task, pull live web data via Tavily, and hand off work through CrewAI until a structured report comes out. You give it a topic; you get a report.

Python CrewAI LangChain Groq Tavily

🔗 GitHub  ·  🌐 Live Demo

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

Fine-tuned Mistral-7B-Instruct-v0.2 on a medical Q&A dataset using QLoRA/PEFT on a Kaggle T4 GPU. Most of the actual work was sorting out quantization compatibility across library versions. Model and Gradio demo are live on HuggingFace.

PyTorch HuggingFace PEFT Gradio W&B

🔗 GitHub  ·  🤗 Model  ·  🌐 Demo

🗂️ Multi-Document RAG Chatbot

RAG chatbot built around a LangGraph ReAct agent with hybrid retrieval — ChromaDB for vector search, BM25 for keyword matching, FlashRank for re-ranking. FastAPI handles streaming over SSE; Groq's llama-3.1-8b-instant does the generation. Streamlit and Gradio frontends included.

LangGraph FastAPI ChromaDB Groq HuggingFace

🔗 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



Want to talk AI systems or discuss roles? →      

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. 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

  3. 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

  4. mlops-pipeline mlops-pipeline Public

    End-to-end MLOps pipeline for news classification — experiment tracking with MLflow, data versioning with DVC, FastAPI serving, drift monitoring with Evidently AI, and a 4-job GitHub Actions CI/CD …

    Python