Skip to content
View 3-bhd's full-sized avatar

Highlights

  • Pro

Block or report 3-bhd

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

Hi, I'm Omar Abdelhady 👋

CS Student @ AUC (AI Specialization) · Exchange @ University of Edinburgh · Cairo, Egypt


About Me

  • 🎓 BSc Computer Science (AI Specialization) @ The American University in Cairo — GPA 3.77
  • 🌍 Currently on exchange at the University of Edinburgh
  • 🏆 Student Leaders Scholarship · High Honors & Dean's List
  • 🤖 Interested in Machine Learning, NLP, Computer Vision, and Systems
  • 🌱 Always building something new

Tech Stack

Languages: Python · C++ · Verilog · Assembly · SQL · HTML/CSS · JavaScript

Technologies: Linux · Flask · OpenCV · scikit-learn · NumPy · Git · Linux · CI/CD · Qt

Concepts: Machine Learning · NLP · Computer Vision · Computer Architecture · Algorithms


Projects

Project Description Stack
AI vs Human Text Detector Real-time text classifier · 99.96% accuracy · Flask API · CI/CD Python, Flask, SVM
U-Ride Full-stack ride-hailing platform · Agile/Scrum Python, Flask, SQLite
Sudoku Solver CV End-to-end CV pipeline · 93.75% success rate Python, OpenCV
ASR System WFST-based speech recognition · 81% WER reduction Python, WFST, HMM
RISC-V Processor 5-stage pipelined CPU · 40% performance gain Verilog
Game DSL DSL for grid-based games · parser, AST, Eclipse editor Xtext, Java
Tomasulo Simulator Out-of-order execution simulator with GUI Python
Clash Off Clans Strategy game with Dijkstra pathfinding · Qt GUI C++, Qt
AUC Navigation System Indoor A* pathfinding on HUSS building · interactive Qt GUI C++, Qt

Connect

LinkedIn Email

Pinned Loading

  1. AI-vs-Human-Text-Detector AI-vs-Human-Text-Detector Public

    Real-time AI vs Human text classifier — 99.96% accuracy, Flask API, CI/CD auto-retraining

    Python 1

  2. U-Ride_Ride_Hailing_Management_System U-Ride_Ride_Hailing_Management_System Public

    Full-stack ride-hailing platform — Flask, SQLite, Agile/Scrum · Passenger, driver & admin roles

    HTML

  3. ASR-WFST-Viterbi ASR-WFST-Viterbi Public

    WFST-based ASR system with custom Viterbi decoder — 81% WER reduction through adaptive pruning

    Jupyter Notebook

  4. Sudoku-Solver-CV Sudoku-Solver-CV Public

    End-to-end CV pipeline to detect and solve Sudoku puzzles from images · 93.75% success rate

    Jupyter Notebook

  5. RISC-V-Pipelined-Processor RISC-V-Pipelined-Processor Public

    5-stage pipelined RISC-V processor in Verilog · 40% performance improvement over single-cycle

    Verilog

  6. Clash-of-Clans-OOP Clash-of-Clans-OOP Public

    Clash of Clans inspired C++ game with Qt GUI · Dijkstra pathfinding · shooting mechanics · level unlocking

    C++