Skip to content
View Zeesejo's full-sized avatar
💯
Focusing
💯
Focusing

Highlights

  • Pro

Block or report Zeesejo

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
Zeesejo/README.md
Zeeshan Modi

AI/ML · Robotics · Computer Vision · Medical AI

Typing SVG

LinkedIn Portfolio GitHub


About me

I am an AI/ML engineer and M.Sc. student in Artificial Intelligence & Intelligent Systems at the University of Bremen. I like projects where machine learning is not just trained, but measured, questioned, reproduced and integrated into a real system.

My strongest interests are:

  • Medical AI — chest X-ray classification, robustness, explainability, fairness and calibration
  • Robotics — ROS 2, navigation, planning, perception and autonomous systems
  • Multimodal & biosignal ML — EEG, temporal signals and representation learning
  • Applied AI systems — semantic search, retrieval, automation and research tooling
  • Reproducible research — controlled experiments, provenance, raw predictions and honest evaluation

Featured research & engineering

Project What I built / investigated Highlight Stack
MedVision-AI Multi-label chest X-ray classification on NIH ChestX-ray14 with CNN backbones, asymmetric loss, XAI and planned SSL/fairness experiments DenseNet-121: 0.7978 mean AUROC vs ResNet-50: 0.7067 across 14 pathologies in committed historical runs PyTorch · timm · W&B · Grad-CAM
Gravloc Spacecraft-hardware discovery and comparison prototype with datasheet extraction, semantic retrieval and grounded RFQ generation Engineering-focused AI search with provenance and verification guardrails Python · FAISS · Sentence Transformers · Streamlit
Intelligent Interactive Systems Robot Project Mapping, localization, global planning and motion control for a mobile robot End-to-end autonomous navigation stack ROS 2 · A* · LiDAR · RViz · Python
EEG Motor Imagery Classification EEG preprocessing and machine-learning classification experiments Biosignal ML pipeline and comparative modelling Python · EEG · Signal Processing · ML
Pneumothorax Shortcut Learning Medical-imaging robustness experiments around shortcut learning in pneumothorax detection Focus on whether models learn pathology or spurious cues PyTorch · Medical Imaging · XAI · Robustness

Research note: repository metrics are described as experimental results unless a linked paper explicitly states that the work has been peer reviewed or published.


Current research focus — MedVision-AI

MedVision-AI is being rebuilt as a publication-grade reproducible research project rather than just a collection of training scripts.

Backbones      → ResNet-50 · DenseNet-121 · transformer baseline
Losses         → BCE · Focal · Asymmetric Loss
Label budgets  → 1% · 5% · 10% · 25% · 50% · 100%
Representation → ImageNet supervised vs medical self-supervised pretraining
Trustworthiness→ AUROC · AUPRC · calibration · subgroup analysis · XAI localization
Statistics     → multiple seeds · bootstrap confidence intervals · saved raw predictions

The goal is not to chase one headline metric. It is to understand when a model improves, why it improves, and whether that improvement survives stronger evaluation.


Open source

I contribute fixes upstream instead of only working in my own repositories.

Project MONAI #8818 — merged fix using register_buffer for constant tensors in LocalNormalizedCrossCorrelationLoss, improving correct device and state handling in the PyTorch module.

You can also browse my pull requests and public repositories.


Technology stack

Languages
Python C++ SQL Bash

ML / Vision
PyTorch scikit-learn OpenCV Hugging Face

Robotics / Engineering
ROS 2 Docker Linux GitHub Actions


How I like to work

research = {
    "question": "clear and falsifiable",
    "baseline": "reproducible",
    "results": "saved with provenance",
    "claims": "no stronger than the evidence",
    "engineering": "clean enough to run again later",
}

I enjoy turning rough experiments into systems that another person can actually understand, run and critique.

Build. Measure. Question. Improve.

Pinned Loading

  1. mp3-to-mp4-transcriber mp3-to-mp4-transcriber Public

    Upload an MP3, get transcription via Whisper, and export an animated MP4 with subtitles/waveform

    Python

  2. roboflow/supervision roboflow/supervision Public

    We write your reusable computer vision tools. 💜

    Python 49.9k 4.8k

  3. Project-MONAI/MONAI Project-MONAI/MONAI Public

    AI Toolkit for Healthcare Imaging

    Python 8.7k 1.6k

  4. iis-robot-project-win2025-2026 iis-robot-project-win2025-2026 Public

    Forked from fkenghagho/iis-robot-project-win2025-2026

    This repository contains the final examination project for the Master IIS course at the University of Bremen for the Winter term 2025/2026.

    Python 2

  5. eeg-motor-imagery-classification eeg-motor-imagery-classification Public

    EEG Motor Imagery BCI classification - CSP, SVM, EEGNet and EEG-TCNet - University of Bremen

    Jupyter Notebook 1