Skip to content
View GitGud-f's full-sized avatar

Highlights

  • Pro

Block or report GitGud-f

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

Mayas Alkhateeb

Artificial Intelligence & Software Engineer | Computer Vision Researcher

GitHub followers GitHub stars Profile views

Top Committers Ranks


👨‍💻 About Me

I am an Artificial Intelligence & Software Engineer specializing in deep learning, computer vision, and distributed systems. My research focuses on edge AI, hybrid vision pipelines, and performance optimization for scientific and real-world applications. I also enjoy designing compilers and tools for programming languages and automating web workflows.


🛠️ Skills & Technologies

  • Languages: Python, C/C++, C#, Java, Jupyter Notebook, Rust, Bash, Javascript/Typescript
  • Libraries & Frameworks: FastAPI, Flask, ASP.NET, Spring Boot, React, Node.js
  • AI & Machine Learning: PyTorch, Transformers, Knowledge Distillation, Computer Vision, OpenCV, YOLOv8
  • Data Science: Streamlit, Data Mining, Hierarchical/KMeans Clustering, Data Analysis
  • Web Automation: Selenium, NUnit, Page Object Model, QA Testing
  • Parallel & Distributed Computing: MPI, mpi4py, CUDA (CuPy), Java Concurrency, OpenMP
  • DevOps & Tools: Docker, Git, GitHub Actions, VS Code, PyCharm, IntelliJ IDEA, Linux, CI/CD
  • Visualization: D3.js, Git Data Analytics, Three.js, Streamlit

🚀 Featured Projects

A lightweight deep learning model for monocular depth estimation using knowledge distillation, optimized for edge devices.

  • Topics: PyTorch, knowledge distillation, vision models
  • Stars: 18

Hybrid computer vision pipeline for transforming document images into structured PDFs with deep learning and geometric processing.

  • Topics: Python, OpenCV, Streamlit, YOLOv8

Compiler for a simplified Pascal language implemented in C++, supporting semantic analysis and scope management.

  • Topics: Flex, Bison, C++, compiler construction, symbol table, visitor pattern

Performance benchmarking for matrix multiplication using CuPy, comparing CPU baselines, library calls, and custom CUDA kernels.

  • Topics: CUDA, Python, parallel processing

📬 Contact


Thank you for visiting my profile!

Pinned Loading

  1. Delta Delta Public

    A Lightweight Deep Learning Model for Depth Estimation. Aimed to run on edge devices and provide near-real-time results. This project uses knowledge distillation technology to transfer knowledge fr…

    Jupyter Notebook 18

  2. DocParse DocParse Public

    A hybrid Computer Vision pipeline designed to transform high-variance smartphone document photos into structured, digital PDFs. It bridges the gap between raw pixel data and semantic document under…

    Python 4

  3. SauceTesting SauceTesting Public

    A robust C# Selenium automation framework for SauceDemo.com using the Page Object Model (POM) and NUnit. Covers end-to-end flows, edge cases, and all 5 user personas.

    HTML 3

  4. CuPy-matmul-optimization CuPy-matmul-optimization Public

    Performance benchmarking of Matrix Multiplication strategies using CuPy: comparing CPU baselines, library calls, and custom CUDA kernels with Shared Memory tiling.

    Jupyter Notebook