Skip to content
View ziad0nassif's full-sized avatar

Highlights

  • Pro

Block or report ziad0nassif

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
ziad0nassif/README.md
coding animation

๐Ÿ‘‹ Hi, I'm Ziad Nassif

Systems & Biomedical Engineering Student | AI Enthusiast | Healthcare Tech Passionate

LinkedIn Twitter


๐ŸŽ“ About Me

I'm a Systems and Biomedical Engineering student at Cairo University (with a deep passion for leveraging Artificial Intelligence and Machine Learning to solve real-world problems โ€” spanning healthcare, Arabic language technology and computer vision.

My journey combines engineering precision with data science creativity. Recent work includes:

  • ๐Ÿฅ Medical Imaging โ€” chest X-ray denoising & synthetic generation
  • ๐ŸŒ Arabic NLP โ€” sentiment analysis, dialect classification & conversion (LLMs + STT/TTS)
  • ๐Ÿงฌ Physics-Informed Neural Networks for biomedical / cell-fate modeling
  • ๐Ÿ“„ Document AI โ€” table detection, structure recognition & OCR pipelines
  • ๐Ÿƒ 3D Pose & Skeletal Tracking for sports analytics

๐Ÿ’ป Technical Skills

Languages & Frameworks

Python C++ Java SQL PyTorch TensorFlow Keras Scikit-Learn OpenCV FastAPI Hugging Face

Specialized Skills

  • Machine Learning & Deep Learning: Transfer Learning, Fine-tuning, PINNs, GANs, Focal Loss, Semi-Supervised Learning (Pseudo-labeling), Grad-CAM, SVM
  • NLP & LLMs: Transformers (BERT, MARBERTv2), TrOCR, DETR, Table Transformer (TATR), Prompt Engineering, Multi-label Classification, Arabic NLP
  • Computer Vision: Object Detection, Instance Segmentation, Multi-Object Tracking, OCR, Document AI, 3D Pose Estimation, Skeletal Tracking, Image Denoising
  • Tools & Infrastructure: Git, GitHub, GPU/CUDA, Model Deployment, SciPy, Linux

๐Ÿ“Š GitHub Stats

GitHub Streak

Visitor Count

Pinned Loading

  1. stemcell-pinns-solver stemcell-pinns-solver Public

    Forked from SiefEldinSameh/stem-cell-pinns-project

    Physics-Informed Neural Network (PINN) model for simulating stem cell dynamics governed by PDEs.

    Jupyter Notebook

  2. Chest-XRay-Denoising Chest-XRay-Denoising Public

    Denoising pediatric chest X-rays using Attention U-Net and SharpXR-inspired models based on the SharpXR paper.

    Jupyter Notebook

  3. Pix2Pix-based-Synthetic-Chest-X-Ray-Generation-from-Lung-Segmentation-Masks Pix2Pix-based-Synthetic-Chest-X-Ray-Generation-from-Lung-Segmentation-Masks Public

    This project applies a Pix2Pix conditional GAN to generate realistic chest X-ray images from lung segmentation masks. Trained on the COVID-19 Radiography Database, the model learns the mapping betwโ€ฆ

    Jupyter Notebook

  4. transformer-from-scratch-pytorch transformer-from-scratch-pytorch Public template

    A faithful PyTorch implementation of the Transformer architecture introduced in โ€œAttention Is All You Needโ€ (Vaswani et al., 2017).

    Python