Skip to content
View nour-hatem's full-sized avatar

Highlights

  • Pro

Block or report nour-hatem

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
nour-hatem/README.md
Typing SVG

Portfolio LinkedIn Kaggle Email

Status


nour.py

class NourHatem:

    role       = ["AI Engineer", "ML Engineer", "Data Scientist"]
    university = "CS & AI  @  Helwan University  (2023–2027)"
    location   = "Giza, Egypt"
    chess      = True   # always thinking 3 moves ahead

    stack = {
        "core"   : ["Python", "SQL", "C", "C++", "Java"],
        "ml"     : ["PyTorch", "TensorFlow", "Keras", "Scikit-learn", "XGBoost"],
        "llm"    : ["LangChain", "RAG Pipelines", "NVIDIA NIM"],
        "mlops"  : ["MLflow", "Docker", "FastAPI", "Streamlit", "Azure ML", "AWS"],
        "vision" : ["OpenCV", "EfficientNet", "YOLO", "ResNet"],
        "data"   : ["Pandas", "NumPy", "Power BI", "SQL", "Feature Engineering"],
    }

    def approach(self) -> str:
        return "Research  →  Engineer  →  Ship  →  Repeat"

Stack

AI & Deep Learning



MLOps & Deployment



Data & Programming



Tools & Environment



Currently Building

LLMs & RAG Pipelines    ████████████████████░░   Fine-tuning · retrieval-augmented generation · agents
Vision Transformers     ███████████████░░░░░░░   ViT · Swin Transformer · modern CV architectures
AI Agents               █████████████░░░░░░░░░   Tool use · multi-step reasoning · task execution
Production ML / CI/CD   █████████████████████░   Monitoring · versioning · CI/CD for ML systems

GitHub Stats

GitHub Streak

GitHub Stats


Activity


Snake Animation

Pinned Loading

  1. Chessian.AI Chessian.AI Public

    AI-powered chess platform that analyzes your games, finds recurring weaknesses, and builds a personalized improvement plan using Stockfish and LLM coaching.

    Python

  2. RAG-Based-Intelligent-Support-Ticket-System-DEPI-Project RAG-Based-Intelligent-Support-Ticket-System-DEPI-Project Public

    AI-powered support ticket routing and response generation system. Uses NLP and a Retrieval-Augmented Generation (RAG) architecture (FAISS + Llama 3.1) to automatically classify tickets and generate…

    Jupyter Notebook 1 1

  3. AraCheck AraCheck Public

    AraCheck is an AI-powered medical assistant that answers health questions in Arabic and English — grounded in medical literature, not guesswork. Ask via text, voice, or image. Get cited, reliable a…

    Python 2 2

  4. Skin-Cancer-Detection-Classification-AdvML-Project Skin-Cancer-Detection-Classification-AdvML-Project Public

    Early skin cancer screening tool built on the HAM10000 dataset. Classifies dermatoscopic images into 7 lesion types with a focus on maximizing melanoma recall to minimize missed diagnoses.

    Jupyter Notebook

  5. PolyGLUE-Multi-Task-Text-Engine PolyGLUE-Multi-Task-Text-Engine Public

    Multi-task NLP engine built with a Siamese BiRNN and DistilBERT, serving 4 GLUE tasks (SST-2, MRPC, QQP, MNLI) via a FastAPI backend and an interactive dark-mode web UI.

    Python

  6. Alzheimer-ML-Classifier Alzheimer-ML-Classifier Public

    Supervised learning-based classification of Alzheimer’s disease with model benchmarking, feature analysis, and extensive exploratory data analysis (EDA).

    Jupyter Notebook