mk-khalil
Communications and Information Engineering student. Interested in data science and AI applications
Pinned Repositories
Abu-Dhabi-Bank-Dataset-Analysis
EDA on the dataset provided by ADCB bank and possible modeling recommendations
automated-news-generation-app
A web app for generating automated news reports using twitter data
Local-Feature-Matching-SIFT
Implementing a local feature matching algorithm and attempting to match multiple views of real-world scenes. We implement a simplified version of SIFT
music-streaming-platform
Simple music streaming windows application made with C# and SQL database server
NB-IoT-base-station-SDR-receiver-filter-design
Designing an FIR digital filter using MATLAB filter design app for a NB-IoT software defined radio (SDR) base station Receiver.
OS_processScheduler_memoryManagment
simulating an OS process scheduler with buddy memory allocation system using apropriate data structures
restaurant-mangement-system
Using data structures and algorithm design to solve the real problem of managing a restaurant service
Stroke-Prediciton-with-ML-Model
Supervised machine learning model for stroke prediction (Kaggle Dataset) using Scikit-learn
UDP-GBN
Augmenting UDP with the GBN protocol to achieve reliable data transfer
Vehicle-Detection-with-YOLOv3
Detecting and counting vehicles in the scene, including Cars, trucks, motorcycles, etc. The object type will be recorded to give a general idea of traffic flow and congestion. We aim to have a mAP score of over 60 and for the software to be able to detect said objects on 30 fps video at least.
mk-khalil's Repositories
mk-khalil/automated-news-generation-app
A web app for generating automated news reports using twitter data
mk-khalil/Local-Feature-Matching-SIFT
Implementing a local feature matching algorithm and attempting to match multiple views of real-world scenes. We implement a simplified version of SIFT
mk-khalil/NB-IoT-base-station-SDR-receiver-filter-design
Designing an FIR digital filter using MATLAB filter design app for a NB-IoT software defined radio (SDR) base station Receiver.
mk-khalil/Abu-Dhabi-Bank-Dataset-Analysis
EDA on the dataset provided by ADCB bank and possible modeling recommendations
mk-khalil/image-filtering-and-hybrid-images-
using image filtering and FFT convolution and use it to create hybrid images! The technique was invented by Oliva, Torralba, and Schyns in 2006, and published in a paper at SIGGRAPH.
mk-khalil/music-streaming-platform
Simple music streaming windows application made with C# and SQL database server
mk-khalil/OS_processScheduler_memoryManagment
simulating an OS process scheduler with buddy memory allocation system using apropriate data structures
mk-khalil/restaurant-mangement-system
Using data structures and algorithm design to solve the real problem of managing a restaurant service
mk-khalil/Stroke-Prediciton-with-ML-Model
Supervised machine learning model for stroke prediction (Kaggle Dataset) using Scikit-learn
mk-khalil/UDP-GBN
Augmenting UDP with the GBN protocol to achieve reliable data transfer
mk-khalil/Vehicle-Detection-with-YOLOv3
Detecting and counting vehicles in the scene, including Cars, trucks, motorcycles, etc. The object type will be recorded to give a general idea of traffic flow and congestion. We aim to have a mAP score of over 60 and for the software to be able to detect said objects on 30 fps video at least.
mk-khalil/babylm
ENLP course project for the babylm challenge
mk-khalil/git_activity
This repo is for a Git practice activity
mk-khalil/Logic-Circuit-Simulator
Logic circuit simulator application with different logic gates and led light
mk-khalil/MPEG-audio-Layer-2
Implementation of the MPEG audio Layer 2 without the bitstream formatting using MATLAB.
mk-khalil/Multi-Agent-Search
In this project, we design agents for the classic version of Pacman, including ghosts using AI algorithms: Reflex Agent, Minimax, Alphabeta, Expectimax
mk-khalil/pipelined-ARM-processor-using-system-Verilog
In this project, pipelined ARM processor is implemented using system Verilog, and it supports data processing, memory, and branch instructions. It also handles all the necessary hazards.
mk-khalil/reddit-text-anaylsis
Analyzing dataset of reddit comments with Hadoop MapReduce jobs and using natural language processing techniques such as sentiment anaylsis
mk-khalil/Reinforcement-Learning
In this project, we implement value iteration and Q-learning and test your agents on Gridworld, then apply them to a simulated robot controller (Crawler) and Pacman. Project is designed by CS 188, UC Berkley
mk-khalil/Scene-Recognition-BoW
We perform scene recognition with three different methods. We classify scenes into one of 15 categories by training and testing on the 15 scene database
mk-khalil/SWE-Assignment1
This repository contains the complete solution and resources for Assignment 1 of the Software Engineering course
mk-khalil/SWE-Assignment2
This repository contains the complete solution and resources for Assignment 1 of the Software Engineering course
mk-khalil/tweepy
Twitter for Python!
mk-khalil/Video-Compression
This is an implementation of video encoder/decoder that follows a simplified version of the H.264 standard. It uses JPEG for image compression and Huffman Algorithm for Entropy Coding.