| SPDX-FileType | DOCUMENTATION |
|---|---|
| SPDX-License-Identifier | CC-BY-4.0 |
This repository includes demonstrations of SPDX documents for various examples of AI applications and models.
Directories of the form example## are structured as follows:
content/: contains the example's content (data files, source code, etc.)spdx3.0/: contains one or more SPDX documents for the exampleREADME.md: more details about the particular example
| # | Sources | Binaries | Data | SPDX | Comments |
|---|---|---|---|---|---|
| 1 | - | - | - | 1 document | Demonstrating dependsOn, testedOn, and trainedOn relationships |
| 2 | 4 Python files | 1 model file | 3 data files | 1 document | Demonstrating generates, hasDataFile, and hasDocumentation (lifecycle-scoped) relationships |
For more information about implementing AI BOM using SPDX specification, see Karen Bennet, Gopi Krishnan Rajbahadur, Arthit Suriyawongkul, and Kate Stewart, “Implementing AI Bill of Materials (AI BOM) with SPDX 3.0: A Comprehensive Guide to Creating AI and Dataset Bill of Materials”, The Linux Foundation, October 2024.