Skip to content
View AndreasChatzopoulos's full-sized avatar

Block or report AndreasChatzopoulos

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

Pinned Loading

  1. CPU-Scheduler-Simulator CPU-Scheduler-Simulator Public

    Simulates and benchmarks five CPU scheduling algorithms (FCFS, RR, SJF, IdealSJF, MLFQ) using Java and Maven. Includes configurable experiments and aggregated results for performance analysis.

  2. Face-Landmark-Detector Face-Landmark-Detector Public

    Facial landmark detection using HOG features and Ridge Regression. Simple, effective, and fast – no deep learning required.

    Jupyter Notebook

  3. Spam-Detector-Ml Spam-Detector-Ml Public

    Lightweight spam detection using TF-IDF and Logistic Regression. Achieves 98.6% accuracy and 100% with data augmentation.

    Jupyter Notebook

  4. tftp-protocol-simulator tftp-protocol-simulator Public

    Implements a TFTP client-server system over both TCP and UDP using Java. Includes file transfer simulations, error handling, and robust timeout/retry logic.

    Java