Kyle Moir

Projects

Below are some of my favourite projects. For the full story on what I've been working on, see my github.


Saturday, April 13, 2024
Pose Estimation and Analysis for Powerlifting

GitHub link, Project link

Year 4 dissertation project written in Python with OpenCV and MediaPipe. Performing pose estimation and analysis on powerlifting exercises. The aim is to provide quantitative feedback on both performance and quality (form) of the subject.


Tuesday, January 16, 2024
Quick and easy pastebin

GitHub link

A pastebin backend written in Go. Also notice the beautiful code sourced from here.


Sometime late 2021
Sorting Algorithm Visualiser

Sorting algorithm visualiser written in Python using Pygame. Visualises various sorting algorithms, including: Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, Quick Sort, Heap Sort, and Radix Sort.

Helped me to develop a better understanding of how these algorithms work. Oh and data visualisation is always cool.


Smaller Projects

whit-you-daein: Go API which returns what a computer is up to.
kwatch: Lightweight and portable replacement for GNU watch.
advent-of-code: Advent of Code 2020-2023 with Go.
jackson-tracker: NodeJS API to will tell you if the dog is hungry.
online-draughts-game: Online game using pub/priv keypair for auth, unfinished.
Wbot: Javascript Discord bot to run a counter and leaderboard.