Projects
webTicTacToe
Play Tic Tac Toe online with a friend or the computer.
Implemented minimax algorithm to compute best possible move for the computer.
webCalculator
A simple mathematical calculator.
Implemented in vanilla javascript, this calculator can perform basic arithmetic and trigonometric operations.
JurisDictionary
A lawyer chatbot to provide legal information, advice, and guidance.
Built by a team of four for PESU IO course on Deep Dive into GenAI.
DupIm
A command line tool to find similar or duplicate images under a given directory.
Uses pHash library to determine how similar two given images are.
box
A command line tool to encrypt and decrypt files under a given directory.
Uses a simple but fast XOR encryption algorithm to encrypt files.