- Montreal, QC
-
14:50
- 4h behind - https://orcid.org/0009-0003-0674-5230
- in/yousef-kotp
Highlights
- Pro
-
The official implementation for IEEE-ICASSP 2024 paper "Flare-Free Vision: Empowering Uformer with Depth Insights"
-
Lunar-Trek Public
The official award-winning repository for NASA Space Apps 2023 Lunar Trek, a website and a game that allows you to explore the moon and learn about the Apollo missions built for "Make a Moonquake M…
-
The official submission from Speech Squad team for the MTC-AIC 2 competition of 2024 where an ASR model is developed tailored for the Egyptian dialect, utilizing the FastConformer architecture. Our…
-
CPU-Scheduling-Algorithms Public
An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT…
-
-
Stereo-Vision Public
This repository demonstrates stereo matching for depth estimation in computer vision using Python. It calculates disparity maps from stereo images via Sum of Absolute Differences (SAD), Sum of Squa…
Jupyter Notebook UpdatedDec 15, 2023 -
Visual-Question-Answering Public
A Light weight deep learning model with with a web application to answer image-based questions with a non-generative approach for the VizWiz grand challenge 2023 by carefully curating the answer vo…
-
8086-Assembly-Projects Public
A list of 8086 assembly projects solutions for Microprocessors course (CC421N) at Faculty of Engineering, Alexandria University.
-
Network-Anomaly-Detection Public
This project focuses on network anomaly detection due to the exponential growth of network traffic and the rise of various anomalies such as cyber attacks, network failures, and hardware malfunctio…
-
Speech-Emotion-Recognition Public
Exploration of different audio features and CNN-based architectures for building an effective Speech Emotion Recognition (SER) system. The goal is to improve the accuracy of detecting emotions embe…
-
VaCarTion Public
A car rental system which enables customers to rent cars they need and manage their reservations with the option of paying later. The car agencies are allowed to register on the system and add thei…
-
A face recognition project using PCA and LDA algorithms.
-
A neural network model for sentiment analysis of movie reviews using IMDb dataset. The model is built using PyTorch and BERT as the feature extractor.
-
Classification of Gamma and Hadron events by training classifieres and machine learning algorithms on the MAGIC Gamma Telescope dataset.
-
An implementation of the producer-consumer problem which is visually aided with dashboard to view the current commodities being produced and consumed, the program is implemented using shared memory…
C++ UpdatedJan 16, 2023 -
Linux-Shell Public
An implementation of a Linux shell using the Linux system calls fork(), execvp(), wait(), and exit(). The input is tokenized using the flex tool and parsed using the yacc parser.
C++ UpdatedJan 15, 2023 -
Smart-Connect4 Public
Intelligent Agent to play Connect-4 with a modifiable depth aided with a decision tree visualizer to trace the agent's decision making process
-
Dictionary application using implemented Red Black Tree Data Structure
-
8-Puzzle-Solver Public
8 Puzzle solver using uninformed and informed search algorithms as DFS, BFS and A*.
-
Movies-and-Series-Scraper Public
A console application to scrape a valid watching links for any movie or series with exact season and episode number, you can also download a whole season with one click.
-
Video-Chat-Web-Application Public
A video chat web application supporting background removing using Agora API
-
Painter Public
Graphical paint program which allows the user to draw with different colors and strokes, it also allows the user to draw diffrent number of shapes and manipulate them by resizing, filling, moving a…
-
Wordle-Solver Public
A Wordle Solver console application using C++ by an easy yet efficient algorithm.
C++ UpdatedMay 21, 2022 -
Signal-Generator Public
A comprehensive signal generator for various functions and signals using MATLAB
-
-
Multi-threaded Hyperlink Extractor which check the validity of each hyperlink inside the provided URL with the desired number of threads. The program can work recursively where it extract all links…
-
Function-Plotter Public
A simple GUI Python program to plot any function in x from a starting point to ending point.
Python UpdatedMay 16, 2022 -
University-Library-System Public
A graphical management system for a library, it supports different operations for admin, librarian and student users.
Java UpdatedMay 16, 2022 -
Bug-Tracker Public
A bug tracking software which organizes the project between project managers and developers by tracking each bug within each project with a professional GUI and database.
-
Codeforces-Solutions Public
Easy readable Codeforces solutions using C++