Skip to content
View omgits0mar's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report omgits0mar

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

Typing SVG

LinkedIn Kaggle Gmail GitHub Profile Views


🧠 About Me

class OmarKhaled:
    def __init__(self):
        self.role = "Senior AI Engineer"
        self.company = "Tatweer Middle East & Africa"
        self.location = "Cairo, Egypt 🇪🇬"
        self.education = "B.Sc. Computer Science — Ain Shams University (GPA: 3.6)"
        self.languages = ["Arabic (Native)", "English (Fluent)"]
        
        self.expertise = {
            "Computer Vision": ["RF-DETR", "YOLO", "DeepStream", "TensorRT", "Multi-Object Tracking"],
            "NLP & LLMs":     ["LLaMA", "Qwen", "Whisper", "RAG", "LangChain", "LangGraph"],
            "Agentic AI":     ["CrewAI", "n8n", "Function Calling", "Graph DBs"],
            "MLOps":          ["Docker", "Kubernetes", "AWS SageMaker", "NVIDIA H100"],
        }
    
    def current_work(self):
        return "Real-time near-miss accident detection across Abu Dhabi's traffic camera network 🚦"
    
    def fun_fact(self):
        return "I don't like mangos 🥭❌"

🏢 Experience Timeline

🔵 Tatweer MEA ─── Senior AI Engineer ───────────── Jan 2026 → Present
   └─ Real-time traffic safety AI on NVIDIA H100 GPUs

🟢 SURE Global ─── CV & NLP Engineer ────────────── Jan 2025 → Jan 2026
   └─ Football analytics (Saudi Pro League) · Arabic ASR · Agentic RAG

🟡 Axcieve ─────── Software & ML Engineer (PT) ──── Jul 2024 → Apr 2025
   └─ Advanced RAG pipelines · AI-powered sales dev tools

🔴 Telecom Egypt ─ ML Engineer ──────────────────── Aug 2023 → Jan 2025
   └─ Arabic LLM fine-tuning · Churn prediction (96% acc) · ASR portal

🛠️ Tech Stack

🤖 ML & Deep Learning

Python PyTorch TensorFlow scikit-learn ONNX Hugging Face

👁️ Computer Vision

OpenCV NVIDIA YOLO

🗣️ NLP & LLMs

LangChain OpenAI Ollama

☁️ Cloud & DevOps

Docker Kubernetes AWS Azure Linux Git

🗄️ Databases

PostgreSQL MongoDB Neo4j MySQL Qdrant

🌐 Web & APIs

FastAPI Flask


🚀 Featured Projects

🎓 Graduation Project — Smart Vision for Visually Impaired Grade: A+ | Ranked 5th

A 6-model AI system: trigger words, object detection by search, depth estimation, image captioning, face recognition, and Egyptian currency detection — integrated in a Flutter app with Flask backend.

Project Description Tech
🤖 Face Emotion Recognition Detect faces and classify emotions from expressions OpenCV CNN TensorFlow
🧠 Image Quantization Image compression via color quantization with graph algorithms C# Prim's MST Clustering
✍️ Signature Verification Classify and verify signatures using Siamese Networks VGG-16 Siamese Net Keras

🏆 Highlights

  • 🥇 3rd Best Computer Vision Project — Ain Shams University
  • 📊 82% GS-HOTA score for Saudi Pro League Gamestate Reconstruction
  • 🎯 96% accuracy churn prediction on terabyte-scale telecom data
  • 📈 72% WER reduction fine-tuning LLaMA 3.1 on Arabic telecom QA
  • 🗣️ +32% improvement in Arabic ASR via Whisper-v3 fine-tuning

📊 GitHub Stats


📜 Certifications

Badge Certification Issuer
🧠 Generative Adversarial Networks (GANs) DeepLearning.ai
💬 Natural Language Processing Specialization DeepLearning.ai
🔬 Deep Learning Specialization DeepLearning.ai
📈 Machine Learning Specialization Stanford University
📊 Machine Learning Specialization University of Washington
💻 Accelerated CS Fundamentals University of Illinois

📈 Contribution Graph

Omar's GitHub Activity Graph


💬 Let's Connect!

I'm always open to collaborating on AI/ML projects and interesting research.

LinkedIn Email

Pinned Loading

  1. CAPTCHA-Recognition CAPTCHA-Recognition Public

    Welcome to CAPTCHA Verifier repository! This open-source project is your one-stop solution for leveraging the power of deep learning and transformer-based models to tackle the challenging task of C…

    Jupyter Notebook 5 1

  2. Egyptian_currency_detection Egyptian_currency_detection Public

    Yolov8 detection of egyptian banknotes

    Jupyter Notebook 10 1

  3. Text_Object_segmentation-Depth_estimation Text_Object_segmentation-Depth_estimation Public

    Object segmentation detection with search / filter by text prompting and depth estimating the distance of filtered objects

    Jupyter Notebook 3 1

  4. Face-Emotion-Recognition Face-Emotion-Recognition Public

    A Deep learning neural network project focuses on detecting the face using the haar-cascade XML and recognise the person's emotion based on the facial expression by a well trained model on the FER-…

    Jupyter Notebook 1

  5. ImageQuantization ImageQuantization Public

    C#

  6. OOP-Project OOP-Project Public

    Forked from DropStone99/OOP-Project

    Java