Skip to content
View goncaloalmeida's full-sized avatar

Block or report goncaloalmeida

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
goncaloalmeida/README.md

Hi there πŸ‘‹ I'm GonΓ§alo Almeida

Principal Engineer at Critical Software, currently focused on MedTech, Pharma & Life Sciences, with background in Automotive and C++/systems engineering. Connect: LinkedIn | Linktree

Current Personal Projects

Project Description Stack Visibility
Bluetooth Pulse Oximeter BLE pulse oximeter data acquisition and processing JavaScript 🟒 Public
Surveillance System Computer vision surveillance with AI detection, YOLOv8 person detection, DeepFace recognition, multi-camera RTSP ingest and live web dashboard. Python, Flask, YOLOv8, DeepFace, OpenCV 🟒 Public
Pharma Roster Healthcare workforce scheduling tool for pharmacy operations, combining visual multi-week planning, configurable staffing rules, automatic roster generation, constraint validation, and Excel-based reporting for multi-site teams. Python, PyQt5, XlsxWriter, YAML βšͺ Private

Medical / Healthcare

Projects, tools and references related to medical devices, health data and regulated environments.

Interoperability & Standards

  • HL7 – Health Level Seven International β€” FHIR, SDC, Caliper and the core healthcare interoperability standards.
  • mdpnp/mdpnp – MD PnP / OpenICE reference implementation for medical device interoperability (ICE standard).
  • OpenHealthForAll/open-health – Open initiative promoting interoperability and open standards in healthcare systems.
  • LOINC + SNOMED CT – Regenstrief / SNOMED International collaboration on coded clinical terminology.

Imaging & AI

Simulation, Data & Anatomy

Clinical AI & NLP

Systems Engineering & Regulatory (public references)

Engineering

Safety / AI / Platforms / Tooling

Safety-critical

Agents, Skills & Context Engineering

Token & Context Efficiency

  • headroomlabs-ai/headroom – Compress tool outputs, logs, and RAG chunks 60-95% before they reach the LLM.
  • rtk-ai/rtk – CLI proxy cutting LLM token consumption 60-90% on dev commands. Single Rust binary.
  • colbymchenry/codegraph – Pre-indexed code knowledge graph for LLM agents; fewer tokens, fewer tool calls, fully local.

AI Platforms, Governance & Misc

Python / ML Libraries

  • keras-team/keras – High-level deep learning API built on top of TensorFlow, JAX and PyTorch.
  • scipy/scipy – Fundamental algorithms for scientific computing: optimization, signal processing, statistics and more.
  • numpy/numpy – The foundational N-dimensional array library for numerical computing in Python.
  • pallets/flask – Lightweight WSGI web framework for building APIs and web applications with minimal boilerplate.
  • opencv/opencv-python – Python bindings for OpenCV, the industry-standard library for real-time computer vision.
  • ultralytics/ultralytics – YOLO11 and YOLOv8 object detection, segmentation and pose estimation.

Automotive

Projects, tools, and references related to the automotive sector that I have followed or worked on throughout my years of experience in the industry.

COVESA (SOME/IP & CommonAPI)

Simulation & Dashboards

Git config snippets

[user]
    name = ...
    email = ...
[alias]
    st   = status
    br   = branch
    adu  = add -u
    co   = checkout
    cm   = commit
    cma  = commit --amend
    rei  = rebase -i
    rec  = rebase --continue
    rea  = rebase --abort
    plog = log --graph --pretty='format:%C(red)%d%C(reset) %C(yellow)%h%C(reset) %ar %C(green)%aN%C(reset) %s'

Popular repositories Loading

  1. surveillance-system surveillance-system Public

    Computer vision surveillance with AI detection β€” real-time person detection (YOLOv8), face recognition (DeepFace), multi-camera RTSP ingest and live web dashboard. Built with Python, Flask and vibe…

    Python

  2. BluetoothPulseOximeter BluetoothPulseOximeter Public

    Forked from anaestheticsapp/bluetooth

    Using Web Bluetooth API to create a pulse oximetry web app

    JavaScript

  3. goncaloalmeida goncaloalmeida Public

    GitHub readme

  4. skills skills Public

    Forked from mattpocock/skills

    Skills for Real Engineers. Straight from my .claude directory.

    Shell

  5. caliper caliper Public

    Forked from HL7/caliper

  6. Bag-of-Tricks Bag-of-Tricks Public

    Forked from JGalego/Bag-of-Tricks

    🎩 a small bag of clever LLM hacks

    Python