Projects
Zava
Zava is an iOS and WatchOS Health and Fitness application developed by myself in partnership with its founder. Zava aims to optimise zone training and provide a user interface with unprecedented control and usability.
Languages: SwiftUI
Tools: Healthkit
Requirements: Apple Watch and iPhone.
(Under Development - Source code will not be provided but demonstrations will. Beta release 31/01/2024)
QR CODE GENERATOR
Generate your own free QR code by pasting a link into the text box.
After I realised that the QR code I used on my resume had expired because I did not pay a fee, I decided to generate my own QR codes using an existing QR API. Go ahead, create one in the window, its on the house.
Languages: Javascript, Tailwind CSS
Tools: QRCode.js
Computer Vision Licence Extraction
Drivers Licence Text Extraction
This model utilises pyscript to execute all computer vision tasks inside the browser as opposed to server side.
Submit an image of a West Australian Driver's Licence and the web app will align and crop the licence.
I suggest googling an image of a sample licence. Currently the alignment model is sensitive so there is a threshold to the quality of images it can successfuly align and crop. Having said that, most automatic document alignment/extraction services require some degree of quality control over the submissions.
Breakdown: using orb feature detection with a template licence to perpective transform your image and crop it.
Extraction still to be implemented.
Pre-measured bounding boxes from my template licence will match the key-value pairs.(coming soon)
Languages: Python
Tools: Open CV, PIL
This Portfolio Website!
This website was built from scratch and deployed through Wordpress. I had previously used a Wordpress template to build my band website but decided this was a good reason to build one from scratch.
Languages: Html, CSS, Javascript, python