Skip to main content
  1. Projects/

AIBoMGen v1

Original AIBoMGen platform (v1.0-stable), developed as part of my master thesis at Ghent University within the CRACY Project.

It generates CycloneDX AI Bills of Materials directly during AI model training, capturing metadata such as training configuration, model artifacts, and dataset usage at the point of creation. The system consists of a Python backend for distributed training orchestration and AIBOM generation, and a Next.js frontend for monitoring and interaction.

This version focuses on in-training capture of model provenance, serving as an early research baseline for understanding what metadata can be reliably extracted during model development. It forms the foundation for later extensions that move toward full lifecycle tracking via ML Metadata (MLMD) and Kubeflow integration.