Home About Projects
Logo
Project 1

Python - OpenAI GPT-3.5 Turbo

MailFocus is a personalized AI assistant designed to streamline your email management. Using the power of OpenAI's GPT-3.5 Turbo API, MailFocus analyzes your emails and generates concise summaries and task lists with priority rankings. The task list is intelligently extracted from your emails, helping you quickly identify what needs to be done. Tasks are categorized with priorities such as High, Medium, or Low.

View on GitHub
Project 2

Merkle Trees

Enhance your HR management with the Employee Records project, crafted in C++. Employing cutting-edge technology, we've revolutionized the way employee data is stored and managed. By implementing efficient merkle trees, we've optimized the search process for over 1000 employees, boosting productivity by an impressive 40%. Security is our priority, and that's why we've integrated SHA-256 hashing to safeguard confidential employee information. Additionally, the project offers a streamlined history log function, ensuring quick access to updated employee records. Elevate your workforce management with Employee Records - a pinnacle of efficiency, security, and convenience.

View on GitHub
Project 3

Game Development

Step into the engaging world of word puzzles with our meticulously crafted Wordle project, designed in C++. Embrace the challenge as you play a game akin to the renowned word-guessing phenomenon. With our program, a random word awaits your guessing prowess, putting your vocabulary skills to the test. Behind the scenes, a sophisticated word guess function is at play. This function diligently cross-references your guesses with an extensive dictionary, promptly notifying you of any matches discovered. The utilization of arrays empowers our system with a robust memory bank of words, ensuring the authenticity of your word choices.

View on GitHub
Project 4

Fullstack Development

An innovative Android application that transcends traditional messaging platforms. Seamlessly merging real-time soccer scores with state-of-the-art encrypted messaging, Goalometer stands as a pinnacle of secure communication. Upon launch, users are greeted with live soccer updates, but for registered devices, a hidden trigger unlocks a concealed gateway to an exclusive messaging interface. This unique duality empowers handlers and agents with end-to-end encrypted conversations, ensuring mission-critical information remains confidential.

Project 5

Python Network Programming

A sophisticated Python program that facilitates the creation of servers and seamless connections across various IP addresses. At the core of this project lies a meticulously crafted ping function that delivers real-time insights into the ping time between connected servers and the main hub. The program's functionality is further elevated by the implementation of dictionaries, enabling the creation of a traceroute feature. This feature provides a comprehensive visualization of how the desired server is intricately interconnected within the broader system.

View on GitHub
Project 6

Vending Machine Simulation

This project emulates the intricate mechanics of a real-world vending machine, offering an interactive experience that allows users to vend items and manage stock levels. Driven by the power of queues and vectors, this Vending Machine comes to life with a multitude of functionalities. It boasts the ability to efficiently stock items, facilitate transactions, and even handle restocking operations. The core concept revolves around item queuing, enabling seamless retrieval and replenishment. Our program features a comprehensive interface that showcases the diversity of items available. Using a combination of object-oriented design and intelligent data management, the Vending Machine categorizes and stores items in queues, ensuring optimal organization and accessibility.

View on GitHub