Developed a machine learning-based prediction with an svm model to predict the likelihood of a person having diabetes based on medical attributes, including age, BMI, blood pressure, and insulin level.
More DetailsDeveloped machine learning model with a linear regression that can predict the price of a house based on various features, such as location, size, number of rooms, amenities, and more.
Go to GitHubMultiple users can join the chat room, send and receive messages in real time, and ensure that all participants are updated with the latest messages.
Go to GitHubDesign a Port Scanner that allows users to scan and analyze open ports on a server or network.
Go to GitHubDesigned a 4-bit ALU capable of performing basic arithmetic and logical operations based on control signals.
More DetailsCreated a register capable of storing a 4-bit binary value with a clocked load input for storing data on the rising clock edge.
More DetailsThis project demonstrates the creation of a tool that identifies potentially harmful phishing links to enhance online security bu analyzing url
Go to GitHubMade a Python program that encrypts and decrypts messages using a basic encryption technique called the Caesar Cipher. The Caesar Cipher shifts each letter of the message by a certain number (called "shift value"). This means each letter is replaced by another letter that’s a few places ahead or behind in the alphabet.
Go to GitHub