Pinned Repositories
Asynchronous-Gossip
Gossip type algorithms can be used both for group communication and for aggregate computation. The goal of this project is to determine the convergence of such algorithms through a simulator based on actors written in F#
Asynchronous-Lucas-Square-Pyramid
Given a number M and N it finds if any sequence of length N exists starting between 0 and M such that the sum of the square of the elements of the sequence is also a perfect square. The computation is done asynchronously using Actor Model from Akka.NET so that processing can utilize all cores of the machine.
Autonomous-Vehicle-Tagging
Autonomous Highway Security System that reads license plates in real-time using Deep Learning. Computation can be performed either on the edge to reduce network load or on GPUs to increase accuracy. Edge inference is performed on Raspberry Pi accelerated by Intel Movidius Neural Compute Stick.
Custom-Compiler
A compiler for a scripting language similar to Lua. Contains Lexical Scanner, Parser, and Interpreter.
ESCAPE
ESCAPE GAME
Hashtag-Counter
Allows the counting of hashtags in a provided text by maintaining a priority queue using the Max Fibonacci Heap data structure.
Image-Compression
Lossy Image Compression using Discrete Cosine Transform
Indoor-Navigation-App
Indoor Navigation Android App using Wi-Fi, Compass and Step Counter
P2P-File-Sharing
This is a Peer to Peer File Sharing Project with the choking-unchoking mechanism similar to BitTorrent.
Pastry-Protocol
The goal of this project is to implement in F# using the actor model the Pastry protocol and a simple object access service to prove its usefulness
ali18997's Repositories
ali18997/Autonomous-Vehicle-Tagging
Autonomous Highway Security System that reads license plates in real-time using Deep Learning. Computation can be performed either on the edge to reduce network load or on GPUs to increase accuracy. Edge inference is performed on Raspberry Pi accelerated by Intel Movidius Neural Compute Stick.
ali18997/Hashtag-Counter
Allows the counting of hashtags in a provided text by maintaining a priority queue using the Max Fibonacci Heap data structure.
ali18997/Image-Compression
Lossy Image Compression using Discrete Cosine Transform
ali18997/Asynchronous-Gossip
Gossip type algorithms can be used both for group communication and for aggregate computation. The goal of this project is to determine the convergence of such algorithms through a simulator based on actors written in F#
ali18997/Asynchronous-Lucas-Square-Pyramid
Given a number M and N it finds if any sequence of length N exists starting between 0 and M such that the sum of the square of the elements of the sequence is also a perfect square. The computation is done asynchronously using Actor Model from Akka.NET so that processing can utilize all cores of the machine.
ali18997/Custom-Compiler
A compiler for a scripting language similar to Lua. Contains Lexical Scanner, Parser, and Interpreter.
ali18997/ESCAPE
ESCAPE GAME
ali18997/Indoor-Navigation-App
Indoor Navigation Android App using Wi-Fi, Compass and Step Counter
ali18997/P2P-File-Sharing
This is a Peer to Peer File Sharing Project with the choking-unchoking mechanism similar to BitTorrent.
ali18997/Pastry-Protocol
The goal of this project is to implement in F# using the actor model the Pastry protocol and a simple object access service to prove its usefulness
ali18997/MRI-Segmentation
Segmentation of different parts of the human brain in T1 and T2 weighted MRI scans in Python.
ali18997/Social-Network-App
Social Networking Android that allows users to find each other and chat with a global mode using Firebase Database and a local mode using Sockets
ali18997/Twitter-Clone
Twitter Clone implemented in F# using actors and WebSockets
ali18997/Vision-Algorithms
Image Blending, Bilateral Filtering and Perspective Distortion Removal