Spaces:
Running
Running
Update WELCOME_README.md
Browse files- WELCOME_README.md +29 -7
WELCOME_README.md
CHANGED
@@ -1,17 +1,39 @@
|
|
1 |
# π€ AI SBOM Generator
|
2 |
|
3 |
-
|
|
|
4 |
|
5 |
-
π **Try
|
6 |
-
[
|
7 |
|
8 |
---
|
9 |
|
10 |
-
##
|
11 |
|
12 |
-
|
13 |
-
|
|
|
|
|
14 |
|
15 |
---
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π€ AI SBOM Generator
|
2 |
|
3 |
+
This is the official Hugging Face Space repository for the **AI SBOM Generator** β an open-source tool for generating AI Software Bills of Materials (AI SBOMs) in [CycloneDX](https://cyclonedx.org) format.
|
4 |
+
Official GitHub reporitory is here: [github.com/aetheris-ai/aibom-generator]](https://github.com/aetheris-ai/aibom-generator/)
|
5 |
|
6 |
+
π **Try the tool live:**
|
7 |
+
π [huggingface.co/spaces/aetheris-ai/aibom-generator](https://huggingface.co/spaces/aetheris-ai/aibom-generator)
|
8 |
|
9 |
---
|
10 |
|
11 |
+
## π¦ What It Does
|
12 |
|
13 |
+
- Extracts metadata from models hosted on Hugging Face π€
|
14 |
+
- Generates an AI SBOM in JSON format based on CycloneDX 1.6
|
15 |
+
- Assesses metadata completeness and provides improvement tips
|
16 |
+
- Supports model cards, training data, evaluation, and usage metadata
|
17 |
|
18 |
---
|
19 |
|
20 |
+
## π Features
|
21 |
+
|
22 |
+
- Human-readable SBOM view
|
23 |
+
- JSON download
|
24 |
+
- Completeness scoring and recommendations
|
25 |
+
- AI-assisted enhancements (optional)
|
26 |
+
|
27 |
+
---
|
28 |
+
|
29 |
+
## π Found a Bug or Have an Improvement Rerquest?
|
30 |
+
|
31 |
+
Please help us improve!
|
32 |
+
|
33 |
+
β‘ [Log an issue on GitHub](https://github.com/aetheris-ai/aibom-generator/issues)
|
34 |
+
|
35 |
+
---
|
36 |
+
|
37 |
+
## π License
|
38 |
+
|
39 |
+
This project is open-source and available under the [MIT License](LICENSE).
|