Description: Created a GUI Project that dynamically captures the image of a person using webcam and classifies the emotion on the face among the 5 classes: Happy, Sad, Surprise, Neutral, and Angry. It is based on the concepts of deep learning. The accuracy obtained is around 70%.
Description: Created an interesting modified version of the classical Tic-Tac-Toe game, in which the chances that the game would end in a draw are very less.
Description: Created an Online E-Commerce website using Python on Django Framework. The basic idea was to understand, analyze and implement the functioning of an e-commerce website, focusing mainly on the inventory management part.
Description: Created the classical project using C++. The idea was to strengthen the basic concepts of C++.