Pinned Repositories
GariKaro
A budget friendly car pool solution designed and developed on ReactJS and backend supported on Nodejs with SQL Database.
Ad-Hoc-Parameter-Based-Encryption-And-Decryption-PF-Project
First Semester Programming Fundamentals Project
AutoFiller
This project is dedicated to creating an OCR software that recognizes text and patterns on resumes and CVs to auto-complete application forms. It is found that many job applicants bounce off job portals with manual forms, so to address this problem we will parse out their resumes.
DevOps-Backend
Created a Backend Repository for the course of DevOps to implement the following features: Continuous Integration (CI Pipeline), Unit Testing, Automated Testing Scripts (Selenium), Continuous Deployment / Delivery, Release Gates, Integration with Azure DevOps Dashboard, Integration with Slack, Deployment Rings, Containerization, IaC
Feature-Selection
Feature selection is the process of selecting a subset of the features (in text documents it can be word/term, phrases, sequences, etc) occurring in the training set and using only this subset as features in text classification. Feature selection serves two main purposes.
FindHer
FindHer is an application based platform to promote women and empower them.Through this plaform, the women can make use of their skillset and be a part of a secure application where they can provide one-to-one services to women only.
IntelliTech
IntelliTech is a web-based application that enables teachers to create forms consisting of open-ended questions and MCQs for students to fill, and automatically evaluates and scores their responses using Natural Language Processing (NLP) and Deep Learning techniques.
LeetHub
Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository
RSA-Algorithm-Using-x86-ASM
Third Semester Computer Organization & Assembly Language Project
SocietyManagementSystem
The application aims to provide a single platform for all the societies of FAST where they can post about their events, and society inductions and can manage the registrations for the events (workshops). The features that will be incorporated into the application are: Separate page for each society, Announcement of events, and Society inductions
mustafabawany's Repositories
mustafabawany/LeetHub
Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository
mustafabawany/DevOps-Backend
Created a Backend Repository for the course of DevOps to implement the following features: Continuous Integration (CI Pipeline), Unit Testing, Automated Testing Scripts (Selenium), Continuous Deployment / Delivery, Release Gates, Integration with Azure DevOps Dashboard, Integration with Slack, Deployment Rings, Containerization, IaC
mustafabawany/Feature-Selection
Feature selection is the process of selecting a subset of the features (in text documents it can be word/term, phrases, sequences, etc) occurring in the training set and using only this subset as features in text classification. Feature selection serves two main purposes.
mustafabawany/SocietyManagementSystem
The application aims to provide a single platform for all the societies of FAST where they can post about their events, and society inductions and can manage the registrations for the events (workshops). The features that will be incorporated into the application are: Separate page for each society, Announcement of events, and Society inductions
mustafabawany/Ad-Hoc-Parameter-Based-Encryption-And-Decryption-PF-Project
First Semester Programming Fundamentals Project
mustafabawany/AutoFiller
This project is dedicated to creating an OCR software that recognizes text and patterns on resumes and CVs to auto-complete application forms. It is found that many job applicants bounce off job portals with manual forms, so to address this problem we will parse out their resumes.
mustafabawany/Boolean-Retrieval-Model
Create Inverted index and Positional index for a set of collection to facilitate Boolean Model of IR. Inverted files and Positional files are the primary data structure to support the efficient determination of which documents contain specified terms and at which proximity.
mustafabawany/Bootstrap-TinDog
Front End Development Assignment
mustafabawany/Business-Card
mustafabawany/FindHer
FindHer is an application based platform to promote women and empower them.Through this plaform, the women can make use of their skillset and be a part of a secure application where they can provide one-to-one services to women only.
mustafabawany/IntelliTech
IntelliTech is a web-based application that enables teachers to create forms consisting of open-ended questions and MCQs for students to fill, and automatically evaluates and scores their responses using Natural Language Processing (NLP) and Deep Learning techniques.
mustafabawany/Internship-Experience-UK
Google Coding Challenge arranged by Bright Network
mustafabawany/Covid19-Travel-Indicator-DS-Project
Data Structures Project
mustafabawany/DevOps-A1
A web application for the course of DevOps in which created a personal portfolio and applied the following: Created different work items, Created, Implemented Pull Request at Git level and Azure Branch Policies a feature branch, Continuous Integration (CI), and Setup Azure DevOps Dashboard
mustafabawany/DevOps-Frontend
Created a Frontend Repository for the course of DevOps to implement the following features: Continuous Integration (CI Pipeline), Unit Testing, Automated Testing Scripts (Selenium), Continuous Deployment / Delivery, Release Gates, Integration with Azure DevOps Dashboard, Integration with Slack, Deployment Rings, Containerization, IaC
mustafabawany/GariKaro
Gari Karo is a car pooling management system which helps users to find rides in a short period of time. It not only aids travelers but also drivers who are traveling alone can ask for fellow passengers through our application.
mustafabawany/IPT-A1
This project focuses on hands-on experience with .NET by creating a console application to first download the web page, then parse it to retrieve useful information. The third part focuses on the creation of a windows form application and further a web application is developed.
mustafabawany/IPT-A2
This project focuses on hands-on experience with .NET by creating a windows service in part one followed by a timer based azure function in part three. In the last part the http trigger azure function is being utilized to alert on change
mustafabawany/misc
mustafabawany/mustafabawany
mustafabawany/NodeJS-Authentication-And-Security
Web Development Practice Work
mustafabawany/NodeJS-Blogging-Website
Web Development Assignment
mustafabawany/NodeJS-REST-API
Web Development Practice Work
mustafabawany/Numerical-Computing
Some of the common methods of numerical analysis coded in Python.
mustafabawany/P2P-Malicious-Node-Detection
This project studies malicious actions of nodes that can be detected through peer-based monitoring. We require each node to monitor the data received and to periodically send monitoring messages about its neighbors to some trustworthy nodes
mustafabawany/Pairwise-Sequence-Alignment
Operating Systems | Parallel Distributed Computing Project
mustafabawany/Phishing-Detection-InfoSec
We worked on the dataset provided by Kaggle which has a total of 50 features, contributing to Phishing in general. We have utilized two models, a Random forest classifier and logistic regression to find the optimal number of features that contribute to phishing, hence we will be getting the top listed factors related to phishing.
mustafabawany/Product-Title-Classification
6th Semester Information Retrieval & Artificial Intelligence Project: Performed EDA and SVM on the dataset of Lazada Products and classified the products in macro and micro categories (Multi Label & Multi Class Classification)
mustafabawany/Rat-In-A-Maze-TypeScript
Design Pattern and Restructuring project which consists of implementing the game "Rat In A Maze" in any programming language . The first part aims to decouple the code and the next part focuses on applying Strategy Design Pattern.
mustafabawany/Vector-Space-Model
This assignment focuses on Vector Space Model(VSM) for information retrieval. Implemented and tested a set of queries using VSM for information retrieval. Built a vector space of features using some specified feature selection techniques. Cosine similarity is used to compute the similarity between documents and queries.