Projects
Showcase of projects, applications, tools, and other software I have developed.

LLM Tree Visualisation
Open source plugin that allows you to create branching possibilities in text generation, visualised as a graph, using OpenAI LLM capabilities. Written in TypeScript.
Learn more →
Crypto Trading Bot
I built a cryptocurrency wallet on a Raspberry Pi. I modified a custom reinforcement learning environment to train a deep belief network to trade cryptocurrencies.
Learn more →
Research Paper Collection Automation
This project contains a script for extracting arxiv paper links in twitter likes and extracting them into a reading list notion table.
Learn more →
WRandAi
PyPi package for quantifying the uncertainty of different algorithms' ranking due to the presence of randomness from testing on different random seeds (pip install wrandai).
Learn more →
Spotify Gesture Control
Software that uses a camera to detect (using 3D CNNs to detect hand landmark positions) when I click on the album art (object detection + google vision API) on my wall simple gestures to control user interface to play the corresponding music on my speakers.
Learn more →
Poem Generator
This project uses the openai api's to recognise voice input and convert the audio to text; generate a poem from the trigger words then play the poem in a generated voice.