PROJECTS

Chatbot-Project
The chatbot interacts using both text and voice input/output. This project implements a simple chatbot interface using Python's Tkinter for the GUI and basic Natural Language Processing techniques for chatbot responses. It's designed for educational and beginner-friendly purposes to demonstrate how chatbots work.
View on GitHub
Face Recognization Attendence Management Sysyem
A Face Recognition Attendance Management System is an automated system that uses computer vision to identify and verify individuals based on their facial features. It captures real-time images, matches them with stored data, and records attendance accurately without the need for manual input.

Hand Written Digit Recognition
The Handwritten Digit Recognition project aims to build an intelligent system that can automatically recognize digits (0–9) written by hand.The project also includes a Graphical User Interface (GUI), allowing users to draw digits and instantly receive predictions.
View on GitHub
Office Employee Management System
This is a web-based Office Employee Management System built using Python and Django framework. It allows administrators to manage employee records efficiently via a simple and user-friendly interface.
View on GitHub
Movie Recommendation System
This app suggests similar movies based on your favorite movie using content-based filtering and a user-friendly Streamlit web interface.
View on GitHub