Skip to content
View mysterious588's full-sized avatar

Organizations

@RAS-ZSC @Automotive-Safety-System @SG-Arab-Coders

Block or report mysterious588

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mysterious588/README.md

Ahmed Khaled

Senior Machine Learning Engineer & AI Consultant
Cairo, Egypt | Working Globally

Ahmed's GitHub stats

GitHub Streak

Ahmed's most used languages

Expertise

class MLEngineer:
    def __init__(self):
        self.specializations = [
            "Advanced LLM integrations & prompt engineering",
            "Computer vision & object detection systems",
            "ML systems architecture & MLOps",
            "Robotics & embedded AI solutions"
        ]
        
        self.tech_stack = {
            "languages": ["Python", "R", "C/C++", "Java"],
            "ml_frameworks": ["PyTorch", "TensorFlow", "Scikit-learn", "YOLO", "Detectron2"],
            "deployment": ["AWS Sagemaker", "Serverless", "Lambda", "Docker", "Kubernetes"],
            "cloud_platforms": ["AWS", "GCP", "Firebase"],
            "llm_tools": ["GPT-4", "Claude 3", "Gemini", "LangChain", "RAG"]
        }
    
    def mission(self):
        return "Building AI systems that solve real problems"

Key Achievements

ML Systems at Scale

  • Engineered computer vision systems for airport operations processing 50K+ images daily
  • Achieved >90% mAP50 on object detection models for mission-critical applications
  • Optimized MLOps pipelines reducing model training time to 12 minutes

Edge AI Development

  • Developed real-time face detection systems with 10-second inference on Raspberry Pi
  • Built exoskeleton robots with published research in robotics
  • Implemented drowsiness detection for automotive safety applications

Professional Certifications

Platform Certification
Udacity Deep Learning Nanodegree
Coursera Deep Learning Specialization
Udacity Computer Vision Nanodegree
Udacity Cloud Development Nanodegree
Udacity ML Introduction Nanodegree
Udacity Advanced Data Analyst Nanodegree
Coursera Mathematics for ML Specialization
Huawei AI Certification (HCIA)

Technology Stack

Languages & Frameworks

Development & Deployment

Data & Web


Featured Projects

Advanced Image Captioning System
LSTM/CNN architecture achieving 90%+ accuracy on complex image descriptions

Object Detection Pipeline
Production-ready YOLOv8 integration with AWS Sagemaker for scalable inference

LLM-Powered Data Analysis
RAG implementation enabling enhanced document processing and retrieval

Exoskeleton Robot Control
ROS-based movement assistance system with real-time control algorithms

Drowsiness Detection System
Computer vision application for automotive safety with real-time alerting


Connect


Open to collaboration on ML/AI projects | Available for consulting

Pinned Loading

  1. RAS-Manager-Android RAS-Manager-Android Public

    An android app made for managing IEEE-RAS-ZSC depending on firebase real time database .

    Java 3

  2. Dog-Breed-Classifier Dog-Breed-Classifier Public

    Using CNN this project can classify 133 class of different dogs and also has an algorithm to detect humans and find which breed of dogs they look like, built for Udacity's AI nanodegree

    Jupyter Notebook 1

  3. Facial-Keypoint-Detection-CNN Facial-Keypoint-Detection-CNN Public

    Using CNNs this project can detect 136 keypoints of the human face such as the nose, mouth and eyes. This project is part of Udacity's computer vision nanodegree

    Jupyter Notebook 2

  4. Love-Song-Generator-LSTM Love-Song-Generator-LSTM Public

    A love song generator using word & character levels based on LSTM

    Jupyter Notebook

  5. Life-Assistant Life-Assistant Public

    Life Assistant is an android application that helps manage your daily activities

    Java 1 1

  6. Classification-Script Classification-Script Public

    A script that can be used to classify any set of train/test/valid separated images

    Python