My Projects



Face-Detection-System

The Face Detection System is a Python application that utilizes computer vision and deep learning techniques to detect faces in real-time video streams and provide additional information about recognized individuals using Firebase as a backend database and storage solution.

View Project
Python Firebase

Result Lab

The Result Lab is a project designed to help the examination department of a college manage student details and marks easily. This system allows for easy data entry, retrieval, and management of student information, course details, and exam results.

View Project
Python SQL

Guess The Number

Guess the number game is made using the random module in Java. But it is not completely guess based, at every step the game provides the player with some hints and using those hints player can make smart guesses.

View Project
Java Game

Tic Tac Toe

Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.

View Project
Java Game