My Top 5 Projects
1. Brain Tumour Detection Using ML | Dissertation
I am currently working on my dissertation, which focuses on brain tumor detection using machine learning. This project involves applying advanced machine learning techniques to analyse medical imaging data, with the goal of improving the accuracy and efficiency of tumor detection. My research aims to contribute to the ongoing advancements in medical diagnostics by leveraging the power of AI to assist healthcare professionals in making more informed decisions.
2. Leftover Chef | Google Devfest Hackathon
Secured third place at Google Dev Fest, LeftOver Chef was conceived and developed within a week to address sustainability challenges. Focused on reducing food waste, our solution provided a platform where students could input leftovers, receiving generated recipes to minimise ingredient wastage.
We used a RESTful API to fetch recipes, stored data in a JSON file for filtering, and later implemented SQLite3 in Python for managing ingredients and pricing, enabling features like money-saving options.
The front end, hosted on AWS, was built with JavaScript and Bootstrap for usability. This project highlights our contribution to sustainability through culinary creativity.
3. Grad Gig | Full Stack Web App
I developed a full-stack job board application using the Next.js framework with server components and a MongoDB database. It includes features like user authentication, job posting with image uploads to S3, and CRUD operations.
I integrated WorkOS for authentication and deployed the entire application on Vercel, demonstrating my skills in building scalable web applications.
4. Sustain-A-Meal | Full Stack Group Project
Sustain A Meal is a group project aimed at promoting sustainability among students. It uses AI to generate recipes based on available ingredients and includes a gamification system for reducing food waste.
The app includes secure authentication with Clerk, and the deployment process was managed using a CI/CD pipeline with Docker Compose and NGINX. This project showcases my ability to collaborate effectively and implement modern development practices.
5. Web-Dev Card Game | LAMP Stack
I developed a web-based card matching game using the LAMP stack (Linux, Apache, MySQL, PHP) hosted on an Azure server. The game included a dynamic leaderboard and session-based user tracking for a competitive experience.