Adel Atef Adel Ghali Meleka's repositories

AQAD

AQAD 17,000+ Arabic Questions & Answers dataset

Language:Jupyter NotebookStargazers:4Issues:0Issues:0

modulation_classification

DeepSig Dataset: RadioML 2016.04C A synthetic dataset, generated with GNU Radio, consisting of 11 modulations. This is a variable-SNR dataset with moderate LO drift, light fading, and numerous different labeled SNR increments for use in measuring performance across different signal and noise power scenarios. Check 'Description.pdf' file for more details'

Language:PythonStargazers:3Issues:0Issues:0

FileCompressor

Compress and decompress a file using Huffman encoding.

Language:JavaStargazers:1Issues:0Issues:0

8-Puzzle

The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. The goal is to rearrange the blocks so that they are in order. Blocks are permitted to slide horizontally or vertically into the blank square, leaving its previous position empty in turn. This problem can be solved by searching for a solution, which is a sequence of actions (tile moves) that leads from the initial state to the goal state. BFS, DFS, A* search algorithms are implemented to solve the 8-puzzle. Each tackles the problem in a different way and using different data structures

Stargazers:0Issues:0Issues:0

booking-System

A full hotel reservation system

Language:JavaScriptStargazers:0Issues:0Issues:0

Face-Recognition

Face recognition means that for a given image you can tell the subject id.

Language:PythonStargazers:0Issues:0Issues:0

ImageSegmentation

Image segmentation means that we can group similar pixels together and give these grouped pixels the same label. The grouping problem is a clustering problem. We want to study the use of K-means on the Berkeley Segmentation Benchmark. Below we will show the needed steps to achieve the goal of the assignment

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

MutualExclusion

We have decided to improve the train efficiency by automating not just the trains but also the passengers. From now on, passengers will be robots. Each robot and each train is controlled by a thread. You have been hired to write synchronization functions that will guarantee orderly loading of trains.

Language:CStargazers:0Issues:0Issues:0

NLP

Identifying and Categorizing Offensive Language in Social Media

Language:PythonStargazers:0Issues:0Issues:0

BinaryHeap_SortingTechniques

Check 'Description.pdf' file for details

Language:JavaStargazers:0Issues:0Issues:0

chat_api

A chat system API

Language:RubyStargazers:0Issues:0Issues:0

Compiler

Full Compiler Implementation divided into 3 phases

Language:JavaStargazers:0Issues:0Issues:0

Image-Classification

CIFAR-10 Image Classification Task

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Image_Cartoonifier

Applying Image Processing Filters For Image Cartoonifying

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

image_mosaic

Implement an image stitcher that uses image warping and homographies to automatically create an image mosaic.

Language:PythonStargazers:0Issues:0Issues:0

Industry_Classification_Task

Check 'Details.pdf' file for project description

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

k-means-algorithm

Implementation for K-means Algorithm

Language:PythonStargazers:0Issues:0Issues:0

MIPS-Single-Cycle

MIPS Single Cycle representation in System Verilog

Language:SystemVerilogStargazers:0Issues:0Issues:0

mips_pipeline

Check 'Details.pdf' for Full description

Language:SystemVerilogStargazers:0Issues:0Issues:0

MRNet

Check 'Description.pdf' for project details

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Project_boost

Simple Unity game like Flappy Bird

Language:C#Stargazers:0Issues:0Issues:0

RedBlackBST-Dictionary

Check 'Details.pdf' for Full description

Language:JavaStargazers:0Issues:0Issues:0

RiskGame

Risk is a popular game for major strategy type players. In Risk, the objective is to conquer the world by attacking to acquire territory and defending your own territory from your opponents. Risk is a turn-based game and is best if played with two to six players. In this assignment, you will be developing an abstract and simple GUI version of the Risk game, but you need to understand the rules of the full version.

Language:JavaStargazers:0Issues:0Issues:0

SIC_assembler

Check Details.pdf file for description

Language:JavaStargazers:0Issues:0Issues:0

Simple-Shell

My Simple shell supports the following: 1. The internal command “exit” which terminates the shell. 2. Commands with no arguments i.e. ls, cp etc... 3. Commands with arguments i.e. cd path, ls-l etc.... 4. Commands executed in background i.e. firefox & etc.…

Stargazers:0Issues:0Issues:0

simple_compiler

Check 'Details.pdf' for full details

Language:JavaStargazers:0Issues:0Issues:0

socket_programming_iot

Check 'Details.pdf' for full desctiption.

Language:PythonStargazers:0Issues:0Issues:0

stereo_vision

Implement and test some simple stereo algorithms . In each case you will take two images Il and Ir (a left and a right image) and compute the horizontal disparity (ie., shift) of pixels along each scanline. This is the so-called baseline stereo case, where the images are taken with a forward-facing camera, and the translation between cameras is along the horizontal axis.

Language:PythonStargazers:0Issues:0Issues:0

Terminal_Hacker

simple hacker game using Unity

Language:C#Stargazers:0Issues:0Issues:0

Threads

Implementing Merge sort and Matrix Multiplication using Threads

Language:CStargazers:0Issues:0Issues:0