a1c00l commited on
Commit
10e5ad9
Β·
verified Β·
1 Parent(s): 0c5236b

Upload 2 files

Browse files
Files changed (2) hide show
  1. WELCOME_README.md +4 -1
  2. 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]](https://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