Here are a few projects I've worked on recently.
An opensource AI prompting tool, where users can share their creative ai prompts with the world. Uses Next.js 13 as the framework, MongoDb as the database, full CRUD operations supported with customised user profile and home screen. Hosted on vercel
A thrilling multiplayer ping pong game using Vue.js for the frontend and Node.js with Express for the backend. Using WebSockets enables real-time, synchronized gameplay and voice chatting over the internet. With a responsive design and intuitive controls, players can enjoy an immersive gaming experience, competing against each other regardless of their locations.
A live content-based movie recommender system that utilizes the TMDB 5000 MOVIE DATASET to match inputted movie names with its database. The system uses cosine similarity to determine the 10 most similar movies to recommend to the user.
A sensor-based machine that calculates a person's Height, Weight, Temperature, Heart rate, BMI, and SpO2 using an 8- foot wooden frame and an ESP8266 MCU. The collected data is uploaded to the cloud in real-time and displayed on a web dashboard, providing users with instant access to their health metrics.