Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
it4lia
/
sensodat
like
0
Follow
IT4LIA AI FACTORY
30
ArXiv:
arxiv:
2401.09808
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
sensodat
/
environment
/
Dockerfile
spanichella
Upload 17 files
f75f120
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
FROM
python:
3.11
-bookworm
WORKDIR
/app
COPY
requirements.txt .
RUN
pip install -r requirements.txt