CoolFace
Apppublic

GenAISecurityProject/OWASP-AIBOM-Generator

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
28likes
App README

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. 1.Enter a Hugging Face model ID or model URL.
  2. 2.Submit the form.
  3. 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.