Skip to content
View moshiur00's full-sized avatar

Highlights

  • Pro

Block or report moshiur00

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.

Content in all repositories owned by your account will be closed.
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
moshiur00/README.md

Hi, I'm Md Moshiur Rahman 👋

AI/ML Engineer · Generative AI · Agentic AI · Computer Vision · MLOps

GitHub LinkedIn Email Germany Profile views


Professional Profile

I am an M.Sc. student in Artificial Intelligence at Brandenburg University of Technology Cottbus–Senftenberg with 4+ years of professional software engineering experience building scalable backend, cloud-native, and enterprise banking systems.

I currently work as a Student Assistant at BTU, collaborating with a research supervisor to develop and benchmark robust image-registration methods under noise and illumination changes. My AI work spans LLM pretraining and fine-tuning, Generative AI, agentic systems, multimodal learning, computer vision, and MLOps.

My engineering approach emphasizes reproducibility, rigorous evaluation, typed interfaces, fault-tolerant workflows, deployment readiness, and measurable system performance.


Core Skills

Programming: Python, Java, SQL
AI & Frameworks: PyTorch, Transformers, OpenCV, scikit-image, scikit-learn, LangGraph, LangChain
Backend: FastAPI, Spring Boot, REST APIs, microservices
MLOps & DevOps: Docker, Kubernetes, GitHub Actions, MLflow, DVC
Cloud, Data & Tools: AWS (EC2, S3), PostgreSQL, MongoDB, FAISS, Pinecone, Git, Linux, Bash


Professional Experience

Student Assistant - Brandenburg University of Technology Cottbus–Senftenberg

June 2026 – Present · Cottbus, Germany

  • Collaborate with a research supervisor to develop an image-registration pipeline robust to noise and illumination changes.
  • Implement and benchmark classical and hybrid methods using accuracy, runtime, CPU usage, and memory consumption.

Software Engineer - Millennium Information Solution Ltd.

October 2017 – March 2022 · Dhaka, Bangladesh

  • Automated CI/CD and standardized Docker/Kubernetes deployments for enterprise systems.
  • Modernized distributed backends using Spring Boot microservices, REST APIs, workflow automation, and PL/SQL tuning.
  • Built highly available services and parallel ingestion pipelines for mission-critical data and production operations.

Featured Projects

A from-scratch medical language-model project covering architecture design, tokenizer training, general pretraining, medical continual pretraining, supervised fine-tuning, and rigorous evaluation.

  • Built a 35.5M-parameter decoder-only Transformer with RoPE, RMSNorm, SwiGLU, causal attention, tied embeddings, and a custom 16K byte-level BPE tokenizer.
  • Developed deterministic mixed-precision training with gradient accumulation, atomic checkpoints, SHA-256 lineage, and exact crash recovery on compatible runtimes.
  • Pretrained on 239.5M general-domain tokens and continued training on 263.2M packed tokens using a 70/30 medical-to-general rehearsal mix.
  • Reduced medical validation perplexity from 32.06 to 23.00 while operating within a predefined general-retention budget.
  • Applied response-masked SFT across seven instruction datasets, improving sealed-test response perplexity by 21.4%.

Tech: Python · PyTorch · CUDA · Transformers · NLP


A production-oriented fact-checking platform that coordinates specialized research agents while enforcing evidence quality, cost limits, and publication safety.

  • Designed supervisor-agent orchestration for five concurrent specialist agents covering primary, academic, web, fact-check, and contradiction research.
  • Implemented typed permissions, immutable assignments, hard cost budgets, evidence-sufficiency routing, human escalation, and fail-closed publication controls.
  • Built a durable 12-stage investigation workflow with numerical and temporal verification, defender–challenger reasoning, source-independence analysis, and sentence-level citation assurance.
  • Added checkpoints, server-sent event progress, cancellation, and duplicate-charge prevention for reliable long-running execution.

Tech: Python · FastAPI · LangGraph · Pydantic · OpenAI · SerpAPI · Next.js


A multimodal industrial-inspection system that fine-tunes Qwen2.5-VL for structured anomaly analysis across multiple products and task types.

  • Fine-tuned Qwen2.5-VL using 4-bit QLoRA with 3.02M trainable parameters.
  • Engineered 52,863 leakage-safe instructions from 10,821 images across eight tasks and twelve product categories.
  • Achieved 85.0% anomaly accuracy, 99.3% product accuracy, 99.3% report-schema validity, and 98.0% appropriate-abstention accuracy on uncertainty cases.
  • Evaluated on a frozen 2,100-record suite with resumable GPU workflows, deterministic evaluation, release gates, model versioning, and rollback.

Tech: Python · PyTorch · Transformers · QLoRA · PEFT · Pydantic · pytest


Education

  • M.Sc. in Artificial Intelligence - Brandenburg University of Technology Cottbus–Senftenberg, Germany
    October 2023 – Present

  • B.Sc. in Computer Science and Engineering - American International University–Bangladesh
    January 2013 – December 2016


Certifications


Areas of Interest

  • Generative AI and Large Language Models
  • Agentic AI and multi-agent systems
  • Multimodal learning and Computer Vision
  • AI/ML Engineering and MLOps
  • Reliable, evaluation-driven AI systems

Opportunities and Collaboration

I am open to AI/ML Engineering, Generative AI, Agentic AI, Computer Vision, MLOps, working-student, internship, and research opportunities where I can combine production software engineering with rigorous AI development.

I am also interested in collaborating on open-source projects involving LLMs, multimodal systems, agentic workflows, evaluation, and deployment.


Contact


Thank you for visiting my profile. Feel free to connect, collaborate, or explore my projects.

Pinned Loading

  1. small-language-model-for-medical-domain small-language-model-for-medical-domain Public

    End-to-end 35.5M-parameter small language model in medical domain built from scratch in PyTorch with retention-aware continual pretraining, masked SFT, exact resume, and sealed evaluation.

    Python 1

  2. claim-polygraph-multi-agent-evidence-investigator claim-polygraph-multi-agent-evidence-investigator Public

    Production-oriented multi-agent fact-checking platform with LangGraph orchestration, evidence retrieval, source-quality analysis, numerical and temporal verification, citation auditing, human-in-th…

    Python

  3. visionassist-industrial-visual-inspection visionassist-industrial-visual-inspection Public

    Reproducible multimodal AI system for industrial defect inspection, built with Qwen2.5-VL and QLoRA. Features leakage-safe data engineering, resumable GPU workflows, deterministic evaluation, model…

    Python

  4. Live-German-Traffic-Sign-Detection Live-German-Traffic-Sign-Detection Public

    Real-time German traffic sign detection and tracking using YOLO11 and ByteTrack. Supports live webcam/RTSP streams, video files, and images (with sequence tracking).

    Jupyter Notebook

  5. moshiurmishuk/DoctorsMind moshiurmishuk/DoctorsMind Public

    A clinical decision-support chatbot for medical practitioners, integrating LLMs with validated medical knowledge bases.

    Python

  6. moshiurmishuk/LibreScout moshiurmishuk/LibreScout Public

    An AI agent powered by RAG that scans the internet and internal knowledge bases to assist book buyers with informed decisions.

    TypeScript