Skip to content
View DaoudSabat's full-sized avatar

Block or report DaoudSabat

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

Daoud Sabat

Software Engineer  ·  Founder of ByteBuilds

daoudyousefsabat.com  |  linkedin.com/in/daoudsabat  |  bytebuilds.io  |  [email protected]


Tech Stack

Domain Technologies
Languages Python · JavaScript · TypeScript · C++ · SQL
AI / ML PyTorch · OpenCV · MediaPipe · Claude API · scikit-learn
Frontend React 19 · Vite · MUI · HTML5 · CSS3 · Streamlit
Backend FastAPI · Django · Node.js · Express
Database Firebase Firestore · PostgreSQL · SQLite
Infra Docker · Nginx · Celery · Redis · Git

Selected Projects

Project Description Stack
WhatsApp AI Platform B2B SaaS — AI-powered WhatsApp assistants for clinics and salons. Meta Cloud API + Claude + React dashboard Node.js · React · Firebase · Claude API
AgriPermit Full-stack SaaS for agricultural land permits — GIS parcel lookup, AI compliance reports, multilingual (AR/EN/HE) FastAPI · React · PostgreSQL · Claude API
Real-Time Security Dashboard Live CVE dashboard — NVD API v2 + CISA KEV feed, severity charts, exploited-in-wild flagging, 5-min auto-poll React · Vite · Recharts
Object Detection System Real-time multi-model object detector (YOLO, SSD, Faster R-CNN) with a Tkinter GUI Python · PyTorch · OpenCV
SmartCV GPT-4 powered CV generator — prompts → structured JSON → styled PDF Python · OpenAI API · Streamlit
Finger Tracking Mouse Hand-gesture mouse controller — index finger moves cursor, pinch-to-click Python · MediaPipe · pyautogui
Virtual Assistant Voice-driven desktop assistant with web search, Wikipedia, and time queries Python · pyttsx3 · SpeechRecognition
Fuel Tracking App Route-optimised fuel stop planner over a Django REST API Python · Django · Google Maps API
Calendar & Leap Year Full-year terminal calendar with colour-coded months, built in C++ C++17 · CMake

About

I build software across the full stack — from low-level C++ data structures to cloud-deployed REST APIs and AI-powered products. My work sits at the intersection of computer vision, backend engineering, and developer tooling.

Outside of code I run ByteBuilds, a software studio focused on practical AI products.

Popular repositories Loading

  1. CalendarLeapYear CalendarLeapYear Public

    A C++ console application that displays a full-year calendar for any input year. Highlights Sundays in red, accounts for leap years, and uses Windows console color functions for better visual prese…

    C++

  2. Portfolio-website Portfolio-website Public

    A personal portfolio website showcasing my projects, skills, and background as a Computer Science graduate. Built with HTML, CSS, and JavaScript for a clean, responsive design.

    HTML

  3. finger-tracking-mouse finger-tracking-mouse Public

    A Python-based finger tracking system using OpenCV and MediaPipe. Tracks hand landmarks in real time via webcam for gesture recognition, interaction, or control applications.

    Python

  4. FuelTrackingApp FuelTrackingApp Public

    A Django-based API that calculates total trip distance, estimates fuel stops based on your vehicle's range, and computes fuel costs using Google Maps and a CSV file of fuel station data.

    Python

  5. virtualAssistantPy virtualAssistantPy Public

    A simple Python voice assistant that listens to your commands and performs actions like telling the time, searching Google/Wikipedia, opening websites, and responding with greetings using speech re…

    Python

  6. targetNumberGame targetNumberGame Public

    A C++ puzzle game based on a 3x3 grid where the goal is to transform all numbers into 9 using minimal moves. Selecting a cell increases values in its row and column. Includes UNDO and REDO function…

    C++