Skip to content
View bwalshe's full-sized avatar

Block or report bwalshe

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
bwalshe/README.md

Brian Walshe

I specialise in the software development side of Machine Learning, creating the software tooling and components used to develop and deploy models. If you want more details on what I have worked on in the past then check out my linked-in

Most of the repos here are just things I was tinkering with in my spare time, but a few of them have interesting readmes.

For example:

Pinned Loading

  1. http-rate-limiter http-rate-limiter Public

    A simple ASGI based HTTP rate limiter

    Python

  2. branchless branchless Public

    Demonstration of SIMD instructions on x86

    Assembly 1

  3. simple_http_server simple_http_server Public

    A simple HTTP server I created to help understand concurrency in networking

    C++ 1

  4. life_game life_game Public

    A simple implementation of Conway's Game of Life in Rust, using SDL.

    Rust 1

  5. customhf customhf Public

    A simple example of creating a custom hugging face model from scratch

    Python