Pinned Repositories
action-detection-app
Smart surveillance system web app
bag-of-visual-words_image-classification
A python implementation of multi-class image classification using bag of words technique and SVM classifier.
buddy_allocater
C based simulation which simulates shortest remaining time next OS scheduler with buddy algorithm used as the memory manager.
Deep-Learning-Labs
My implementation for the lab assignments of the deep learning course I studied in Zewail City of Science and Technology.
Harris-Corner-Detector
A vectorized Python Numpy implementation of tha Harris corner detector algorithm. Part of a project in my undergrad Computer Vision course.
jpeg-compression
Python notebook implementing jpeg compression.
multi-agent-pacman
UC Berkeley, CS 188 multi-agent search project
OS_Scheduler
Repository that simulates SRTN, HPF, and RR scheduling algorithms.
ROS-Maze-Solver
udp-gbn
Implementing Go-Back-N algorithm on top of UPD protocol to achieve reliable data transfer between two hosts
mo-shaffei's Repositories
mo-shaffei/action-detection-app
Smart surveillance system web app
mo-shaffei/bag-of-visual-words_image-classification
A python implementation of multi-class image classification using bag of words technique and SVM classifier.
mo-shaffei/udp-gbn
Implementing Go-Back-N algorithm on top of UPD protocol to achieve reliable data transfer between two hosts
mo-shaffei/buddy_allocater
C based simulation which simulates shortest remaining time next OS scheduler with buddy algorithm used as the memory manager.
mo-shaffei/Deep-Learning-Labs
My implementation for the lab assignments of the deep learning course I studied in Zewail City of Science and Technology.
mo-shaffei/multi-agent-pacman
UC Berkeley, CS 188 multi-agent search project
mo-shaffei/AI-labs
This repository contains all the labs that I submitted during the AI course.
mo-shaffei/Harris-Corner-Detector
A vectorized Python Numpy implementation of tha Harris corner detector algorithm. Part of a project in my undergrad Computer Vision course.
mo-shaffei/jpeg-compression
Python notebook implementing jpeg compression.
mo-shaffei/OS_Scheduler
Repository that simulates SRTN, HPF, and RR scheduling algorithms.
mo-shaffei/ROS-Maze-Solver
mo-shaffei/Analyze-Reddit-Comments-Hadoop
Project done in my undergrad Big Data and Analytics course
mo-shaffei/consumer-producer
A semaphore based solution to synchronize one producer and many consumers with different rates of consumption and production.
mo-shaffei/ecommerce-analysis
Analyzing Large eCommerce Data
mo-shaffei/malicous-url-classifier
A machine learning project using pyhton to classify URLs according to whether they are malicious or not
mo-shaffei/NLP-Language-Model
n this notebook I investigated a language model that uses four grams and five grams to generate sequences using a words from a dataset. This is an assignment that made for the natural language processing course in Zewail City.
mo-shaffei/ros_ultrasonic
An assignment in embedded systems course. It is a ROS package that simulates an ultrasonic sensor publishing its readings on a topic.
mo-shaffei/text-summarizer
Abstractive text summarization using seq2seq deep learning model