Pinned Repositories
CSOPESY
ChatBot
ChatBot is a simple interactive expert system that can diagnose certain diseases that a person may have. It aims to imitate how real-life experts would diagnose a patient’s illness(es) through a series of questions, much like how a human expert would, and draw conclusions based on the symptoms provided by the patients.
Simple-Chat-and-File-Exchange-App
CSNETWK Network Application Project
ServiceNow
CSARCH2-Simulation-Project
Homeowner_Association
A simple web application that combines JSP, HTML, CSS, and Java to perform CRUD operations in a database.
MazeBot
MazeBot is a program that will find a path through a square maze of size n x n with corresponding symbols: “S” for the starting point, “.” for the traversable points, “#” for walls/non-traversable points, and “G” for the goal/target point. Movement is limited to horizontal and vertical.
Medical_System
A small text-based medical system with simple CRUD operations.
Sort_Algos
The application and comparison of insertion sort and merge sort in sorting suffix arrays.
Water_Potability
A simple machine learning project that checks water potability using Logistic Regression, Support Vector Classification (SVC), Decision Trees (DT), and k-Nearest Neighbors (kNN).