PROJECTS
Evaluation of Large Language Models on Dietary Supplement Information – Conducted a comparative evaluation of LLM responses related to dietary supplements using prompt engineering. Assessed accuracy, consistency, and reliability of LLMs
Gastric Cancer Detection using RNN – Built a recurrent neural network model in Python using Google Colab to detect gastric cancer from small-scale medical data.
AI-Driven Robotic Brain Tumor Surgery Simulation – Simulated brain tumor segmentation using a U-Net model and robotic excision guided by KNN, demonstrating the potential of AI-assisted surgical automation.
Dynamic Routing Network Simulator (Java) – Built a Java simulator for dynamic network routing using the distance vector algorithm. Gained experience in routing logic, file I/O, and real-time table updates.
Interactive Jeopardy Game Web Application – Built a responsive Jeopardy game front-end with JavaScript, learning to manage state and asynchronous data fetching from a PHP backend.