File size: 1,173 Bytes
6165ba9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: OWASP AIBOM Generator
emoji: 🚀
colorFrom: indigo
colorTo: green
sdk: docker
app_port: 7860
pinned: true
license: apache-2.0
short_description: OWASP GenAI Security Project - AI Bill of Materials
thumbnail: >-
  https://cdn-uploads.huggingface.co/production/uploads/666afcef4fcfc38e18cba142/G7x702vfcrrarm6utDQoM.png
---

# OWASP AIBOM Generator

This Space runs the existing OWASP AIBOM Generator web application as a Docker
Space. It generates AI Bills of Materials for Hugging Face-hosted models using
the same service and business logic as the main project.

## Usage

1. Enter a Hugging Face model ID or model URL.
2. Submit the form.
3. Review the generated AIBOM and download the JSON output.

## Runtime notes

- Default web startup binds to `0.0.0.0:${PORT:-7860}`.
- Generated output and Hugging Face caches prefer `/data` when persistent
  storage is available.
- If `/data` is not available, the container falls back to `/tmp`.
- `HF_TOKEN` is optional. Without it, analytics logging and private-model access
  may be limited, but the public-model web app still works.

## Project

The main project documentation is bundled in `PROJECT_README.md`.