My Projects
Here are some of the projects I have worked on. Each project represents different skills and technologies I have mastered.

AITX HACKATHON PROJECT: Seremo A Hindu Ritual Platform
Seremo is a full-stack web application that helps Hindus abroad connect with priests for ceremonies. It features an AI-powered chatbot using Meta’s LLaMA API for instant religious guidance and real-time video calls for virtual ceremonies. Built with React, Flask, and SQLite, it ensures secure authentication and role-based access control. Dockerized and deployed on Fly.io, Seremo enhances accessibility to religious services worldwide.

BOKOHACKS HACKATHON PROJECT: Spam Detection System with ChatGPT Integration
Developed a Spam detection system that classifies messages and emails as spam or non-spam using a machine learning model trained on a cleaned dataset with Pandas in Jupyter Notebook. The model was integrated into a Flask backend, while the results were displayed on a React frontend. Additionally, the project leverages OpenAI’s ChatGPT to enhance interactivity, allowing users to engage with the system through a conversational interface.

NETFLIX CLONE
I built a Netflix Clone, a frontend demo using HTML, CSS, and JavaScript, replicating the core design of Netflix. This project uses plain HTML, JS, and CSS for styling and layout. JavaScript adds basic interactivity, such as hover effects and clickable elements. Although this version is not fully responsive, it effectively showcases my ability to design and structure a web interface using vanilla web technologies.

To-Do List
I built a To-Do List App using React, HTML, and plain CSS, providing a clean and intuitive task management experience. This project allows users to add tasks, ensuring a smooth workflow with a dynamic UI. Leveraging Reacts component-based architecture, the app efficiently updates for a seamless user experience. The styling, done with pure CSS, enhances the visual appeal while maintaining simplicity.

Interactive Drum Kit
I built an Interactive Drum Kit using HTML, CSS, and JavaScript, allowing users to produce drum sounds by clicking on the drum elements or pressing corresponding keys. This project combines visual appeal with interactivity, featuring well-designed graphics and smooth user experience. JavaScript handles event listeners for both mouse clicks and keyboard inputs, ensuring responsive and engaging drum play.