Last modified: 1Â year
2025:
- Presenting my dissertation at the HealTAC conference in Glasgow.
- Finished my bachelor's degree dissertation - Using AI to help radiologists find errors.
2024:
- Used
Python,ROS2, andWebotsto build a robot that could get a football into a goal. - Wrote an evaluation comparing the effectiveness of 3 different speech-to-text models in
Python. - Used
Pythonto explore how hash-cracking works through 3 different methods - a brute force attack, a dictionary attack and salting. - Got to the semifinals of the TargetJobs Undergraduate of the Year 2024 competition, where I was invited to the Skyscanner headquarters.
- Migrated my resume into
LaTeXfor formatting purposes, and usedGitHub Actionsto automatically build and render a pdf file on push. - Explored the effectiveness of smaller LLMs to create mock papers for students to answer, based on notes provided, using
Python,OllamaandLaTeX. - Explored how TCP/IP works in
Java, creating a very basic client-server architecture as well as group messaging.
2023:
- Participated in the Shopify Backend Intern Challenge, creating a backend using
Express.jsandMongo.DB. - Wrote a very basic file-system in
C. - Participated in the JP Morgan Code For Good hackathon, creating a platform for children to access gaming rooms, using
TypeScriptandPython. - Used both linear and logistic regression on a prostate cancer dataset, using
Python, aJupyter Notebook,sklearn,pandasandnumpy. - Wrote a very basic memory management system in
C, inspired by the use of i-nodes in Linux. - Utilised planning algorithms in
Pythonto solve aPDDLplanner.
2022:
- Wrote a front end for a product database, using
JavaandSwing. - Implemented Battleships in
Java. - Created a Covid tracker using HTML, CSS, and JavaScript which was later ported over to
React,Node,Axios,Express.jsandChart.js.
2021:
- Created a small pomodaro timer based on Pokemon, using
HTML,CSSandJavaScript. - Created a small simulation of Lorenz's gosling experiment in
C#andUnity.