Amr Hendy
AmrHendy
Senior Applied Scientist at Microsoft GenAI
Languages
Loading contributions...
Top Repositories
A deep learning model to classify the Arabic letters and digits easily.
An easy way to use the released TransCoder by Facebook AI Research to convert code from one programming language to another using unsupervised neural machine translation (NMT) systems that use deep-learning to translate text from one natural language to another and is trained only on monolingual source data.
Video content description technique for generating descriptions for unconstrained videos.
Reliable Transport Protocol (TCP) implementation using unreliable delivery mechanism.
This repository will explain set of modern control labs especially PLC types.
A Replicated Distributed File System allows its concurrent users to perform transactions, while guaranteeing ACID properties by keeping which one main master server and data will be replicated on multiple replica servers.
Repositories
39A deep learning model to classify the Arabic letters and digits easily.
An easy way to use the released TransCoder by Facebook AI Research to convert code from one programming language to another using unsupervised neural machine translation (NMT) systems that use deep-learning to translate text from one natural language to another and is trained only on monolingual source data.
A Replicated Distributed File System allows its concurrent users to perform transactions, while guaranteeing ACID properties by keeping which one main master server and data will be replicated on multiple replica servers.
A simple attention deep learning model to answer questions about a given video with the most relevant video intervals as answers.
Video content description technique for generating descriptions for unconstrained videos.
Soundcloud Music Downloader
Reliable Transport Protocol (TCP) implementation using unreliable delivery mechanism.
Implementation of a free calibration system used for indoor localization in Multi-Floor Environments
GitHub profile readme
A java application with arabic UI to manage a clinic system including patients history and comming sessions of patients.
A Neural Framework for MT Evaluation
A parallel version of the well-known and commonly used K-Means clustering algorithm using the map-reduce framework in Java using Hadoop.
A two phases compiler implementation in C++ including a lexical Analyzer, parser, semantic analysis, and code generation.
A simple web application to help you connect with employees of your dream company and ask them for a refer to avoid the automated process of filtering CVs.
A Web-based implementation of risk game with intelligent agents and human interaction.
This repository will explain set of modern control labs especially PLC types.
No description provided.
A news bulletin board system supporting several remote clients to communicate with the server using the sockets and RMI.
A Set of Arduino Labs with implementations
No description provided.
An Interactive Web App to play the 8 puzzle game. We solve the 8 puzzle game using different search algorithms including DFS, BFS and A* using different heuristics. We also handled the unsolved games to minimize the number of requests sent.
Order Processing System For Online Bookstore
HTTP Protocol Implementation using UNIX sockets to be used to in a simple web client that communicates with a web server.
This repository will explain a set of data mining labs to make you familiar with the machine learning process.
Discrete Mathematics Applications
A 2 player game with keyboard . The game is about two clowns trying to get max score by collecting falling shapes . Different shapes are falling and the players are collecting them . The score of a player is updated when he collects three consecutive shapes with the same color .
Database Labs to make you familiar with MySQl
An Android Application which support an Image Viewer facilities such as loading, saving, rotating, resizing, cropping or zooming into the image with multiple choices.
A Desktop Application which support an Image Viewer facilities such as loading, saving, rotating, resizing, cropping or zooming into the image with multiple choices.
Linear Equations solver project done using Matlab, uses different method to solve the equations as Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, and Jacobi Iterative Method