Pinned Repositories
8-puzzle-solver
An 8-puzzle game solver implementation in Python, uses multiple search algorithms.
Competitive-Programming-Environment
competitive programming environment for Linux users it allows them to compile, run and compare there results and execution time with the problem example output in just one command
Image-Mosaics
In this project, we have implemented an image stitcher that uses image warping and homo-graphies to automatically create an image mosaic. We have focused on the case where we have two input images that should form the mosaic, where we warp one image into the plane of the second image and display the combined views. This problem gives some practice manipulating homogeneous coordinates, computing homography matrices, and performing image warps. For simplicity, we specifies corresponding pairs of points manually using mouse clicks.
LeetCode
LeetCode solutions
Risk-game
Risk game is an AI project where I apply 4 different AI search agents (Greedy search, A* search,real time A* and minimax) and 4 non AI agents (Human agent,aggressive agent,passive agent and nearly pacifist agent) I implemented this project using GUI and OOP in java
Solar-System
3D Simulation for the solar system, using c++ Opengl library.
stackoverflow-api
RESTful api that exposes stackoverflow main APIs in rails and PostgreSQL
Stereo-Vision
In this repository we implement and test some simple stereo algorithms. In each case we 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.
Trilateration
Trilateration implementation in C#
Visual-Odometry
Computer Vision Model that determines the new coordinates of the moving car relative to it's previous location using camera in front of the car.
Kallaf's Repositories
Kallaf/Visual-Odometry
Computer Vision Model that determines the new coordinates of the moving car relative to it's previous location using camera in front of the car.
Kallaf/8-puzzle-solver
An 8-puzzle game solver implementation in Python, uses multiple search algorithms.
Kallaf/Image-Mosaics
In this project, we have implemented an image stitcher that uses image warping and homo-graphies to automatically create an image mosaic. We have focused on the case where we have two input images that should form the mosaic, where we warp one image into the plane of the second image and display the combined views. This problem gives some practice manipulating homogeneous coordinates, computing homography matrices, and performing image warps. For simplicity, we specifies corresponding pairs of points manually using mouse clicks.
Kallaf/LeetCode
LeetCode solutions
Kallaf/Competitive-Programming-Environment
competitive programming environment for Linux users it allows them to compile, run and compare there results and execution time with the problem example output in just one command
Kallaf/Solar-System
3D Simulation for the solar system, using c++ Opengl library.
Kallaf/Stereo-Vision
In this repository we implement and test some simple stereo algorithms. In each case we 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.
Kallaf/Trilateration
Trilateration implementation in C#
Kallaf/stackoverflow-api
RESTful api that exposes stackoverflow main APIs in rails and PostgreSQL
Kallaf/Angular-Task1
My submission for the first task of angular course at Udemy "Angular - The Complete Guide (2020 Edition)"
Kallaf/Autonomous-Self-Learning-Robot
Autonomous Self-Learning Robot (linefollower Maze Solver)
Kallaf/Booking
Kallaf/Codeforces
Codeforces solutions
Kallaf/CRITICAL-CARE-GUIDE
This project was assigned to me by students at Faculty of Pharmacy (Clinical department), Alexandria university under the supervision of their professors, as it was their graduation project
Kallaf/Daily-Deals
A web app as a hobby project aimed to learn Angular and authentication and honing web development skills
Kallaf/Dependency-Parsing
My solution to the practical assignment a3 of CS224n
Kallaf/DSB-MSC
Double SideBand Modulation suppressed carrier
Kallaf/Elearning
Kallaf/Flowers_Site
React Native Connect Run Apps Using Localhost PhpMyAdmin MySQL Database System
Kallaf/GraphQLDemo
Simple .net core server using GraphQL, MySql and EntityFrameWork
Kallaf/Hackerrank
Hackerrank Solutions
Kallaf/Image-Cartoonifier
Applying Image Processing Filters For Image Cartoonifying
Kallaf/Image-Classification
In this repo we used PyTorch to train convolutional neural network (CNN) based image classifier. we used CIFAR-10 dataset to train and evaluate our model.
Kallaf/kf-structure
Meteor.js blog app, just for practice
Kallaf/Network-Security
Network Security assignments
Kallaf/NMT
My solution to the practical assignment a4 of CS224n
Kallaf/offensive-language-classifier
NLP project for classifing the offensive language
Kallaf/Social-network
social networking web based application that involves the use of the internet to connect users with their friends, family and acquaintances
Kallaf/Sphere-Online-Judge
Kallaf/UVA
This repository contains solutions to UVa problems found in Competitive Programming 3 book