Skip to content
View youssef-saaed's full-sized avatar

Block or report youssef-saaed

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. Face-Presence Face-Presence Public

    FacePresence is an Android application designed for attendance recording using facial recognition. The app uses TensorFlow Lite for face recognition and employs Room Database to manage and store st…

    Kotlin 4

  2. Hotel-Reservation-System Hotel-Reservation-System Public

    The Hotel Management System is a web-based application designed to optimize hotel operations efficiently. It leverages ASP.NET Razor Pages for the backend and Microsoft SQL Server (MSSQL) for the d…

    HTML

  3. AnonMSGs AnonMSGs Public

    AnonMSGs is a web application for sending and receiving messages, both anonymously and non-anonymously (if logged in). It supports anonymous text and voice messages. Users can connect by adding fri…

    HTML

  4. ML_Algorithms_From_Scratch ML_Algorithms_From_Scratch Public

    This repository contains implementations of various machine learning algorithms from scratch (KNN, MSE Linear Regression, SVM, Neural Networks, Logistic Regression). Each algorithm is implemented i…

    Python

  5. computer-vision-implementations computer-vision-implementations Public

    A collection of computer vision algorithm implementations, covering various techniques and transformations.

    Python

  6. Data-Compression-Techniques-From-Scratch Data-Compression-Techniques-From-Scratch Public

    Data compression algorithms implemented from scratch: LZ77, LZ78, Huffman (Standard & Adaptive), Vector Quantization, Image DPCM.

    Java