Spaces:
Running
Running
Upload 2 files
Browse files- WELCOME_README.md +4 -1
- requirements.txt +4 -1
WELCOME_README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
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]
|
|
|
|
|
|
|
5 |
|
6 |
π **Try the tool live:**
|
7 |
π [sbom.aetheris.ai](https://sbom.aetheris.ai/)
|
|
|
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 |
+
This tool is also published on [CycloneDX Tool Center](https://cyclonedx.org/tool-center/).
|
7 |
+
|
8 |
|
9 |
π **Try the tool live:**
|
10 |
π [sbom.aetheris.ai](https://sbom.aetheris.ai/)
|
requirements.txt
CHANGED
@@ -12,4 +12,7 @@ gunicorn>=21.2.0
|
|
12 |
cyclonedx-python-lib>=4.0.0
|
13 |
python-multipart
|
14 |
jinja2>=3.0.0
|
15 |
-
datasets>=2.0.0
|
|
|
|
|
|
|
|
12 |
cyclonedx-python-lib>=4.0.0
|
13 |
python-multipart
|
14 |
jinja2>=3.0.0
|
15 |
+
datasets>=2.0.0
|
16 |
+
beautifulsoup4>=4.11.0
|
17 |
+
nltk>=3.8.0
|
18 |
+
python-dateutil>=2.8.0
|