Skip to content
View hwixley's full-sized avatar
🧬
🧬

Highlights

  • Pro

Block or report hwixley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hwixley/README.md

Hello there!

I am a Technical Consulting Manager based in London, with primary expertise in DevSecOps, Infrastructure, and Applied AI.

  • 🌱 I am currently pursuing an MSc in Financial Technology at Imperial College London.
  • 🔭 In my spare time, I explore emerging developments in AI, cybersecurity, and software engineering, experimenting with cutting-edge technologies and stacks such as Rust.
  • 🧪 My latest project explores customisable LLM and RAG architectures, building flexible and modular AI systems.

Pinned Loading

  1. Fall-Detection-App Fall-Detection-App Public

    Commercial iOS fall detection app. Connects to a Polar H10 device for triaxial acceleromter and ECG signals. These signals are passed to a trained ResNet152 model using Tensorflow background proces…

    Swift 17 2

  2. WYX-CLI WYX-CLI Public

    Swiss-army-knife CLI compatible with BASH & ZSH on Debian and Macintosh with an array of utilities for optimising your development workflow and productivity in the terminal

    Shell 17 3

  3. ChatGP-Tea ChatGP-Tea Public

    A CLI for talking to ChatGPT, saving conversation logs, and turning code blocks (language agnostic) from it's responses into executable shell commands.

    Python 7

  4. Fall-Detection-Deep-Learning Fall-Detection-Deep-Learning Public

    Preprocessing my fall detection dataset using data standardisation and sliding windows, and splitting this data into train/validation/test sets. Modelling performed on PyTorch using LSTM and CNN ne…

    Jupyter Notebook 2 1

  5. Drone-Route-Planner Drone-Route-Planner Public

    A drone air-quality mapping system. The drone's movement is constrained to moving in fixed increments, and only angles of 10. The system retrieves drone air-quality stations, and no-fly-zones as Ge…

    Java 1 1

  6. Dining-Philosophers-Problem Dining-Philosophers-Problem Public

    Optimised spaghetti eating

    Rust