Almotasem100
Systems and Biomedical Engineering 2021 graduate. Interested in AI, Web development and Embedded Systems.
Cairo, Egypt
Pinned Repositories
Algorithms
The implementations of some simple known algorithms from scratch in c++, and java
Almotasem100.github.io
My personal webite
Blind-Source-Separation
An app that uses Independant component analysis algorithm to seperate an original signal from a mixed unknown source
ClassCentral
Clinics-Reservation-Website
A server that deploys a website functioning for appointments reservation of medical clinics and assigning the required data in a sql database server
CMMS
A website launched by a server and connected to a sql database to host a simple computarized maintainace management system.
Computer-Graphics
Final project done based on our studies of the computer graphics basics using open-gl
Computer-Vision
Submitted projects and gui programs created upon the basics of Computer Vision studied
Elevator-System
The implementation of an elevator system using 8051 MicroController, and its hardware design using proteus
MRI-magnetization-trajectory
A simple graphical representation of the Bulk Magnetization's Trajectory that occur during the operation process of MRI.
Almotasem100's Repositories
Almotasem100/Almotasem100.github.io
My personal webite
Almotasem100/Blind-Source-Separation
An app that uses Independant component analysis algorithm to seperate an original signal from a mixed unknown source
Almotasem100/Elevator-System
The implementation of an elevator system using 8051 MicroController, and its hardware design using proteus
Almotasem100/MRI-magnetization-trajectory
A simple graphical representation of the Bulk Magnetization's Trajectory that occur during the operation process of MRI.
Almotasem100/Algorithms
The implementations of some simple known algorithms from scratch in c++, and java
Almotasem100/ClassCentral
Almotasem100/Clinics-Reservation-Website
A server that deploys a website functioning for appointments reservation of medical clinics and assigning the required data in a sql database server
Almotasem100/CMMS
A website launched by a server and connected to a sql database to host a simple computarized maintainace management system.
Almotasem100/Computer-Graphics
Final project done based on our studies of the computer graphics basics using open-gl
Almotasem100/Computer-Vision
Submitted projects and gui programs created upon the basics of Computer Vision studied
Almotasem100/COVID19-Data-Visualization
A gui implemented to visualize and represent the covid-19 pandemic data across the world
Almotasem100/DE-Arms-Race
Scientific paper about using Differential equations to construct a model that predicts and represents how an arms race between two countries would be
Almotasem100/HelloWorld
Almotasem100/Huffman-Algorithm
A "From scratch" implementation of the Huffman algorithm using the data structure basic concepts
Almotasem100/Image-Mixer
An Image Mixer app, that allow you to mix two images and chosing the percentages and the components of mixing yourself
Almotasem100/Localization-App
A Localization app that uses an esp module connected to a Machine-Learning model to pin-point the user exact location
Almotasem100/Machine-DeepLearning
A "from-scratch" implementation of the main algorithms of machine learning and deep learning fields in python
Almotasem100/Medical-Report-Analyzer
A mobile application and a website server that hosts a service of capturing, scanning and digitalizing medical reports in order to facilitate its usage and give a simple analysis for the data within
Almotasem100/Musical-Instruments-Modeling
An app that represents two musical instruments in figure of buttons, and allows the user to play his/her music by giving some of the instrument’s basic options.
Almotasem100/Progressive-JPEG-Decompression
A Jpeg images decoder based on Fourier transform as a sparse domain, where you browse for an image and display its decoding process progressively.
Almotasem100/Self-Driving-Car
Controlling a car both manually and automatically using Esp module and computer vision algorithms
Almotasem100/Shazam-Like-App
A simple app that resmbles the function of shazam where it uses the spectogram to find a matching song to what the user is inquiring about
Almotasem100/Signal-Viewer
A signal viewer app that allows the user to plot and control different data types
Almotasem100/Temperature-Controller
The implementation of a Temperature controller module using the basics of Embedded systems field and Misra's rules