Mostafa Zaghloul's repositories
bertelsmann-pytorch
Udacity Bertelsmann Tech Scholarship Challenge Course - AI Track Nanodegree Program Assignments - Pytorch 1.3.1
Classification-methods
A C# application with varoius image classification techniques...
deep-learning-models
Keras code and weights files for popular deep learning models.
duplicate_deleter
delete duplicated files in and across subfolders of the main targeted folder.
every-programmer-should-know
A collection of (mostly) technical things every software developer should know
face-recognition-sys
Face Recognition System (multiple faces - recognition from images/live camera )
image-classifier-deep-neural-network
general deep neural network with L layers model built from scratch with python numpy. coded as a practice on Deep Learning Specialization first course by Andrew Ng.
yolo-v3-on-openimages-v5
a keras implementation of darknet yolo v3 model on google openimages v5 with 601 classes.
image-package-practice
image processing package just for playing and practice .. the professional one will be out soon isA :D
InterviewPrep
Some Interview Preparations
ip-pyqt
Most Image processing algorithms applied in python 3.6.2 with Qt 5 GUI .. just for practice
KNN-digit-recognition
A digit recognition c# application using K-nearest neighbour algorithm and the mindst dataset.
Library-Management-System
Object Oriented Java project that manages a library, made using java connected with mysql, the project was an implementation for the OOP Course in my 2nd year, conributed with Mostafa Zaghlol and Mahmoud Emara
Queuing-system-simulation
This is a queing system simulation which calculates the waiting time and inter-arrival time and server time..etc
T-Compiler
A compiler for the tiny language made using C# which featues a scanner , parser and symantic analysis.
Turing-Machine-Visualization
C# project to visualize a specific Turing machine that accept Language ={ aibjck | i*j=k | i,j.k>=1 }