• Stars
    star
    1
  • Language
    Java
  • Created about 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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 and cloning them. It also supports undo and redo operations.

More Repositories

1

Movies-and-Series-Scraper

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.
Python
121
star
2

CPU-Scheduling-Algorithms

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), Highest Response Ratio Next (HRRN), Feedback (FB) and Aging.
C++
107
star
3

8086-Assembly-Projects

A list of 8086 assembly projects solutions for Microprocessors course (CC421N) at Faculty of Engineering, Alexandria University.
Assembly
70
star
4

Flare-Free-Vision-Empowering-Uformer-with-Depth-Insights

The official implementation for IEEE-ICASSP 2024 paper "Flare-Free Vision: Empowering Uformer with Depth Insights"
Python
11
star
5

Bug-Tracker

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.
Java
6
star
6

Visual-Question-Answering

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 vocabulary and adding linear layer on top of Open AI's CLIP model as image and text encoder
Jupyter Notebook
6
star
7

Speech-Emotion-Recognition

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 embedded in speech signals. The repository contains code, notebook, and detailed explanations of the experiments conducted.
Jupyter Notebook
6
star
8

8-Puzzle-Solver

8 Puzzle solver using uninformed and informed search algorithms as DFS, BFS and A*.
Python
5
star
9

VaCarTion

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 their cars to the system. The system admin can manage the whole system.
JavaScript
4
star
10

Deep-Learning-in-Computer-Vision-Explained

Jupyter Notebook
3
star
11

Face-Recognition-Using-PCA-LDA

A face recognition project using PCA and LDA algorithms.
Jupyter Notebook
1
star
12

Smart-Connect4

Intelligent Agent to play Connect-4 with a modifiable depth aided with a decision tree visualizer to trace the agent's decision making process
Python
1
star
13

Codeforces-Solutions

Easy readable Codeforces solutions using C++
C++
1
star
14

Signal-Generator

A comprehensive signal generator for various functions and signals using MATLAB
MATLAB
1
star
15

Multi-threaded-Hyperlink-Extractor

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 inside each one of the valid links found in first search.
Java
1
star
16

Network-Anomaly-Detection

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 malfunctions. This project implement clustering algorithms from scratch, including K-means, Spectral Clustering, Hierarchical Clustering, and DBSCAN
Jupyter Notebook
1
star
17

Egyptian-Arabic-ASR-and-Diarization

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 four-stage training pipeline achieved a Mean Levenshtein Distance score of 9.58 on the test set.
Jupyter Notebook
1
star
18

Lunar-Trek

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 Map 2.0!" challenge.
JavaScript
1
star