This page lists some of the projects that I’ve worked on and feel quite proud of. A list of all the stuff I’ve done can be found on my GitHub.
Blogfolio
The previous iteration of this site! Started work on this cuz I wanted to have a domain back in 2023. It used to be a full blown web server written in Rust and powered by SurrealDB, but I switched to SSGs in favour of ease of maintenance.
Stuff I used:
- Zola (Rust SSG)
- Archie-Zola (theme)
BB84 Numpy
Created this as part of a cryptography assignment. Wanted to learn more about quantum cryptography and decided to implement the BB84 quantum key distribution scheme using Python’s amazing Numpy library.
Stuff I used:
Canteen Queue Estimater
A project done for my secondary school for “crowd management”. Utilizes a fine tuned version of YoloV5 to count the number of heads in a queue and sends the data to a locally hosted web server for display.
Stuff we used:
- Python (I love python)
- YoloV5 (for computer vision)
- Raspberry Pi (for the physical hardware)