Specialist support tailored to your business needs. There is no job too big or too small.
Book a Call
Our Services
3D Modelling, Simulation and Printing
- Computer Aided Design (CAD)
- 3D Simulations
- 3D printing in PETG / PLA
Development & Prototyping
- Application development
- Website development
- Prototyping (software & hardware)
AI Integration
- Fine-tuned deep learning models - for image processing
- Integration of LLMs for decision making / content generation
Business Automation
- Custom Excel / Visual Basic Application (VBA) scripts for data processing
- Integration of PowerBI / Tableau for interactive dashboards

About
Hi! I'm Sean, a hardworking engineer from the UK who specialises in software engineering. If you're unsure if I can help you book a call!
Autonomous Rover Drivetrain
May 2025Designed and printed a helical gear drivetrain to reproduce the gear ratio from Tesla Model 3 / Y drivetrain for small autonomous rover
Enclosure for Embedded System
March 2025Design and printed an enclosure for the battery and microcontroller of a prototype embedded system
3D Shed Builder
November 2024Created a webpage where customers could simply create their own 3D shed. Doors, windows, roof type, roof material, shed colour, were all editable parameters
Custom Orbital Welder Clamps
April 2024Designed custom clamps to be used with certain orbital welding heads
Low Powered, Portable, Discrete, Doormat Camera
March 2025Automation was achieved through a potential divider circuit which sends a LOW signal to an ESP32 microcontroller when voltage drops below 25% of operating voltage. A fixed resistor was selected so that only a mass which exceeds 1.87kg would prompt the ESP32 to “wake up” from low-power mode - when a LOW signal is detected. Data acquisition is by photo capture, using a pre-build function from the ESP32 camera library. Analysis was then completed to check the frame buffer was not empty, to encode the image and to send it to a web server - which would then decode it, authenticate it, and then upload it to google drive.
Student Loan Calculator Web Application
February 2025Stochastically (randomly) modelled different cost pressures to output a series of potential outcomes, which were then evaluated according to boolean (true or false) logic - to provide users with a recommended action - e.g DO pay off loan, or DON'T pay off loan.
Static Website
January 2025Created a static website for a local mental health charity
3D Shed Builder
November 2024Created a webpage where customers could simply create their own 3D shed. Doors, windows, roof type, roof material, shed colour, were all editable parameters.
Pipeline to process > 500,000 rows of data
September 2024A python script was created to filter a worksheet containing a large amount of data - before it was input into 3rd party visualisation software
Script to automatically print required batch paperwork
February 2024A Visual Basic Application (VBA) program was written to automatically print required batch paperwork after a user entered the product and batch details into a custom-built user-interface, using Microsoft Excel
Basic Visualisation Pipeline
January 2024Created a VBA script to generate a visualisation worksheet, using Microsoft Excel.
Automated content generation
October 2024A python script was created to: firstly, generate relevant content (e.g related to daily news) using XAi API. Secondly, to post that content to the X (previously twitter) platfrom using the X API.
Image classification of cars
April 2022Using MATLAB, several image processing algorithms were used to augmented the Stanford Cars dataset - so that improved image classification accuracy could be attained. Methods used include image transformations, colour filters, edge detection, and seam carving. Achieved improved classification accuracy of 99%. Deep learning model used was an AlexNet Convolutional Neural Network (CNN) - which was fine tuned on the aforementioned training data
Image classification of EEGs
February 2022Using MATLAB, a series of raw Electroenphalograms (EEGs), and matrices of coherence between sets of EEGs, were converted into images, before being used to generated a training / testing set for use in a foundational (pre-trained) AlexNet CNN - fined tuned with the aforementioned data. The work investigated how classification accuracy is sensitive to different splits in training and testing data - in other wordws, intra and inter-patient.