Skip to content
View WalidMWH's full-sized avatar
🧠
🧠

Highlights

  • Pro

Block or report WalidMWH

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
WalidMWH/README.md

Walid Halabi

Typing headlines

B.Sc. Artificial Intelligence Engineering
Bahçeşehir University  ·  İstanbul, Türkiye

LinkedIn Email


About Me

I’m an Artificial Intelligence Engineering student with an academic background across the UAE and Türkiye and hands-on experience building practical AI systems. My work spans machine learning, deep learning, computer vision, embedded systems, and cloud technologies, with a focus on designing efficient solutions that perform reliably under real-world constraints. I learn new technologies quickly and work effectively both independently and as part of a team.

  • Education — B.Sc. in Artificial Intelligence Engineering at Bahçeşehir University, İstanbul, Türkiye (Expected 2027), following two years of Computer Engineering (AI Concentration) at Abu Dhabi University, Abu Dhabi, UAE.

  • Focus AreasMachine Learning, Deep Learning, and Computer Vision, with an emphasis on building practical and efficient AI systems and solutions.

  • Selected Work — Developed an anatomy-aware lightweight CNN for retinal OCT disease classification achieving 99.90% test accuracy with approximately 8× fewer parameters than ResNet-50; built a smart face-recognition access-control system using Arduino with decisions returned within 6 seconds; and developed a cloud-native bookstore API using Flask and MongoDB, containerized with Docker and deployed on Kubernetes.

  • LanguagesArabic (Native) · English (Fluent) · Turkish (Elementary Proficiency)


Tech Stack

Languages

Python C++ R SQL

Deep Learning & Machine Learning

PyTorch TensorFlow scikit-learn OpenCV NumPy Pandas

Deployment & Web

Docker Kubernetes Flask REST API Postman

Databases & Hardware

MongoDB Arduino Proteus

Environments & Tools

Google Colab Kaggle Jupyter PyCharm VS Code Anaconda Git GitHub LaTeX Overleaf


Projects

Technologies: Python, PyTorch, OpenCV, NumPy, Kaggle (Tesla T4 GPU)

  • Designed a lightweight CNN using self-supervised pretraining and anatomy-aware features.
  • Introduced vertical position encoding and region-specialist branches to better model retinal anatomy.
  • Achieved 99.90% test accuracy, matching ResNet-50 (99.79%) with 8× fewer parameters and 3× faster training.

Technologies: Arduino, C++, Python, OpenCV (LBPH), Proteus

  • Built a smart access control system integrating Arduino with real-time face recognition.
  • Implemented OpenCV's LBPH algorithm with NFC and IR remote as backup authentication.
  • Detected users within 15 cm and returned a decision within 6 seconds for 5 enrolled users.

Technologies: Python, Flask, MongoDB, Docker, Kubernetes, Postman

  • Built a cloud-native bookstore app exposing a RESTful API with Flask and MongoDB.
  • Containerized with Docker and deployed on Kubernetes using StatefulSets and Services.
  • Verified full CRUD functionality via Postman with persistent, in-cluster communication.

Certificates

Certification Issuer Verify
Deep Learning with PyTorch, Keras and TensorFlow Specialization IBM Credential
Machine Learning Specialization IBM Credential
Migrating a Monolithic Website to Microservices on Google Kubernetes Engine Google Cloud Skills Boost Credential
Introduction to Microsoft Azure Cloud Services Microsoft Credential
Introduction to Big Data UC San Diego Credential
Foundations of AI and Machine Learning Microsoft Credential
Inferential Statistics Duke University Credential
Crash Course on Python Google Credential
AI For Everyone DeepLearning.AI Credential

Contact


Popular repositories Loading

  1. optimal-bst-dynamic-programming optimal-bst-dynamic-programming Public

    Dynamic programming (DP) implementation of the Optimal Binary Search Tree (OBST) problem, with DP table construction, tree reconstruction, and empirical complexity analysis.

    Python

  2. retinal-oct-classification retinal-oct-classification Public

    Anatomy-aware lightweight CNN for retinal OCT classification - matches ResNet-50 accuracy with 8x fewer parameters

    Jupyter Notebook

  3. mongodb-kubernetes-flask-app mongodb-kubernetes-flask-app Public

    Containerized Flask + MongoDB bookstore API, orchestrated with Kubernetes - StatefulSet persistence, service discovery, and Secret-based credentials

    Python

  4. smart-face-recognition-access smart-face-recognition-access Public

    Arduino + Python face-recognition access control system with RFID and IR remote backup

    C++

  5. cpp-trip-analyzer cpp-trip-analyzer Public

    High-performance C++ CSV analyzer for ride-share trip data, hash-map aggregation for near-linear time on millions of rows

    C++

  6. machine-learning-fundamentals machine-learning-fundamentals Public

    Classical ML coursework: K-Means variants, SVM with PCA, polynomial regression and SVR

    Jupyter Notebook