-
Ejada Systems Ltd.
- Giza, Egypt
-
13:01
(UTC +02:00) - https://khaledashraf.vercel.app/
- in/5aleda4rf
- 5aleda4rf
- 5aleda4rf
Highlights
-
Clothify Public
Clothify-System is an online shopping website that allows users to browse, search, and purchase products. The website features a user-friendly interface, and an administration page that enables the…
-
File-Similarity-Analyzer Public
File Similarity Checker is a high-performance Spring Boot application designed to analyze and compare text files with precision and speed. Built with clean architecture principles, it provides a ro…
-
Auto-Filling-Text Public
This project is an auto-filling text program implemented in Python using N-gram models. The program suggests the next word based on the input given by the user. It utilizes N-gram models, specifica…
-
B-Tree Public
This contains a C++ code that implements a B-Tree data structure. A B-Tree is a self-balancing tree that can store and retrieve data efficiently. It is commonly used in databases and file systems.
-
HotelHub Public
HotelHub is an advanced hotel booking management system designed to facilitate seamless booking of accommodations and event spaces. This web application aims to simplify the hotel management proces…
-
-
Students-Statistics-System Public
It's a subsystem that provides statistics related to student registration. It includes two functionalities: displaying registration statistics and listing batch files.
Java MIT License UpdatedDec 3, 2024 -
ChatGPT-Sentiment-Analysis Public
This project aims to perform sentiment analysis on tweets related to ChatGPT, a popular language model developed by OpenAI. The dataset used for training and testing consists of 219,293 tweets coll…
-
Task-Management-System Public
The Task Management System is a robust backend application designed to manage tasks efficiently. It provides a RESTful API for performing CRUD operations on tasks, user authentication and authoriza…
Java MIT License UpdatedNov 17, 2024 -
Taskarium Public
Taskarium is a powerful and user-friendly task and note management application developed using Spring Boot, Spring MVC, and other modern technologies. This project allows users to efficiently manag…
Java MIT License UpdatedOct 12, 2024 -
LMS Public
This project meticulously implements a robust Library Management System (LMS) in Java, leveraging the power of Maven for streamlined build automation and Swing for an intuitive graphical user inter…
-
Mathletics Public
Mathletics is a console-based educational game designed to help users practice and enhance their multiplication skills. With an interactive approach to learning, this game challenges users with mul…
Java MIT License UpdatedSep 4, 2024 -
FinTracker Public
FinTracker is a command-line application designed to empower you with control over your finances. It streamlines the process of recording, tracking, and analyzing your financial transactions, provi…
-
PetPal-Simulation Public
The PetPal Simulation is a console-based application that simulates the experience of adopting and taking care of a pet. Users can adopt a pet, feed it, play with it, and check its status. The game…
Java MIT License UpdatedSep 4, 2024 -
This project aims to create an ontology for a university using the Protege editor. The ontology defines various classes and their relationships within the university domain. It also includes querie…
-
This project aims to classify sign language for numbers from 0 to 9 using different neural network architectures (FFNN - LSTM - CNN) and SVM. The goal is to create a sign detector that can recogniz…
-
JRoboStack Public
It's a comprehensive testing project aimed at thoroughly testing a Todo application. It includes testing for both the backend and frontend components. The project is built using a Spring Boot backe…
-
IMDb-Automation-Robot Public
This repository contains test scripts written in Robot Framework with Selenium Library for automating and conducting comprehensive testing scenarios on the IMDb website, ensuring the functionality,…
-
TechBlend-Testing Public
This repository contains code and documentation for performing black box testing and graph coverage analysis on software systems. Black box testing is a technique that tests the functionality of a …
-
Students-Registration-System Public
It's a subsystem that facilitates the process of registering student data. It includes two components: the main menu component for individual student registration and the batch data component for b…
Java MIT License UpdatedAug 29, 2023 -
Fuzzy-Logic-Toolbox Public
It's a Java-based application that provides functions and tools for designing and simulating fuzzy logic systems. It offers a user-friendly interface for creating and testing fuzzy logic systems by…
-
GA-Knapsackizer Public
This repository contains a C++ program that solves the Knapsack Problem using a Genetic Algorithm. The Knapsack Problem is a classic optimization problem where we aim to maximize the total value of…
-
Curve-Fitting Public
This program implements a genetic algorithm for curve fitting using a polynomial equation. The goal is to find the best coefficients for the polynomial equation that minimize the distance between t…
-
Expertify Public
This repository contains the implementation of several expert systems using the CLIPS (C Language Integrated Production System) programming language. Each problem is implemented as a separate modul…
-
Airfield-Ontology Public
This repository contains an ontology built using Protégé for modeling the domain of airfields, runways, taxiways, gates, and aircrafts. The ontology captures various constraints and relationships b…
-
Logistic-Regression Public
This program implements logistic regression from scratch using the gradient descent algorithm in Python to predict whether customers will purchase a new car based on their age and salary.
-
Linear-Regression Public
This program implements linear regression from scratch using the gradient descent algorithm in Python. It predicts car prices based on selected features and uses a dataset of cars with their respec…
-
DT-Banknote-Authenticator Public
This Python code utilizes the decision tree algorithm from the scikit-learn library to perform banknote authentication. The code aims to analyze the impact of different train-test split ratios and …
-
KNN-Classifier Public
This repository contains a Python implementation of a K-Nearest Neighbors (KNN) classifier from scratch. It's applied to the "BankNote_Authentication" dataset, which consists of four features (vari…
-
Tiny-Compiler Public
This project is a fully functional compiler for the TINY programming language, which is a language that supports basic arithmetic, boolean, and control flow operations. The compiler can scan, parse…