Pinned Repositories
poly-medica-Clinic
Mini HIS System utilizing microservices architecture
travelling-website
ACM
Bank-system-UI-React
DataBase_project
About This project is part of the Databases Course. The project is a stadium management system which is designed to keep track of all tickets, fans, clubs, and matches
free_code_camp
ivy
The Unified Machine Learning Framework
Marvel-Ultimate-War-Game
java project board game from scratch. Includes OOP for logic, JavaFX for UI and simple AI for computer mode.
OS_simulator
a Java-based simulation of a simple operating system
database-engine
Database Engine that supports Creating tables, Inserting, Deleting, Updating tuples, Selecting from table, and Creating Index
malekelkssas's Repositories
malekelkssas/OS_simulator
a Java-based simulation of a simple operating system
malekelkssas/ACM
malekelkssas/Bank-system-UI-React
malekelkssas/DataBase_project
About This project is part of the Databases Course. The project is a stadium management system which is designed to keep track of all tickets, fans, clubs, and matches
malekelkssas/free_code_camp
malekelkssas/ivy
The Unified Machine Learning Framework
malekelkssas/Marvel-Ultimate-War-Game
java project board game from scratch. Includes OOP for logic, JavaFX for UI and simple AI for computer mode.
malekelkssas/leetcode
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
malekelkssas/Minesweeper-Robot
AI module for a minesweeper robot in Haskell. The environment in which the robot operates is an 4 × 4 grid of cells. Initially, a cell on the grid is either empty, contains the robot, or contains a mine. The robot can move in all four directions and is able to collect a mine only if it is in the same cell as the mine. The program will take as input the initial position of the robot and the positions of all of the mines. The objective of the AI module is to compute a sequence of actions that the robot can follow in order to go to all the mines and collect them.
malekelkssas/ML_models
simple ML models using different algorithms.
malekelkssas/natural_language_processing
natural language processing with RNN model for classifying reviews.
malekelkssas/Neural_Network_models
neural network models using TensorFlow framework .
malekelkssas/Pro-Wordle
words guessing game using Prolog
malekelkssas/Q_learning_FrozenLake
reinforcement learning model, Q-learning algorithm. for this example, we will use Q-learning algorithm to train agent to navigate a popular environment from open AI Gym, once you import gym you can load any environment.
malekelkssas/react-transcript-editor
A React component to make correcting automated transcriptions of audio and video easier and faster. By BBC News Labs. - Work in progress
malekelkssas/seamless_communication
Foundational Models for State-of-the-Art Speech and Text Translation
malekelkssas/Songs_generator_and_noise_cancellation
Python code that generates signals (songs) using numpy, matplotlib, and sounddevice libraries. and filtering it after adding some (random) noises using the scipy library.