GenAISecurityProject/OWASP-AIBOM-Generator
28
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
- Enter a Hugging Face model ID or model URL.
- Submit the form.
- 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
/datawhen persistent storage is available. - If
/datais not available, the container falls back to/tmp. HF_TOKENis 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.
