Spaces:
Sleeping
Sleeping
Commit ·
1a86ba8
1
Parent(s): 96a7b5f
Add license and requirements
Browse files- LICENSE +24 -0
- requirements.txt +75 -0
LICENSE
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2025 IndustoAI
|
| 2 |
+
Contact: admin@industoai.com
|
| 3 |
+
|
| 4 |
+
This project is licensed under the Creative Commons
|
| 5 |
+
Attribution–NonCommercial 4.0 International License (CC BY-NC 4.0).
|
| 6 |
+
|
| 7 |
+
You are free to:
|
| 8 |
+
- Share — copy and redistribute the material in any medium or format.
|
| 9 |
+
- Adapt — remix, transform, and build upon the material.
|
| 10 |
+
|
| 11 |
+
Under the following terms:
|
| 12 |
+
- Attribution — You must give appropriate credit to IndustoAI, provide a link to the license,
|
| 13 |
+
and indicate if changes were made. You may do so in any reasonable manner, but not in any
|
| 14 |
+
way that suggests IndustoAI endorses you or your use.
|
| 15 |
+
- NonCommercial — You may not use the material for commercial purposes without prior written
|
| 16 |
+
permission from IndustoAI (contact: admin@industoai.com).
|
| 17 |
+
- No additional restrictions — You may not apply legal terms or technological measures that
|
| 18 |
+
legally restrict others from doing anything the license permits.
|
| 19 |
+
|
| 20 |
+
No warranties are provided. The material is provided “as is,” and IndustoAI disclaims all
|
| 21 |
+
liability with respect to your use of the material to the fullest extent permitted by law.
|
| 22 |
+
|
| 23 |
+
For the full legal text, see:
|
| 24 |
+
https://creativecommons.org/licenses/by-nc/4.0/legalcode
|
requirements.txt
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
altair==5.5.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 2 |
+
attrs==25.4.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 3 |
+
blinker==1.9.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 4 |
+
cachetools==6.2.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 5 |
+
certifi==2025.10.5 ; python_version >= "3.10" and python_version < "4.0"
|
| 6 |
+
charset-normalizer==3.4.4 ; python_version >= "3.10" and python_version < "4.0"
|
| 7 |
+
click==8.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 8 |
+
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
|
| 9 |
+
contourpy==1.3.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 10 |
+
cycler==0.12.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 11 |
+
filelock==3.20.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 12 |
+
fonttools==4.60.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 13 |
+
fsspec==2025.10.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 14 |
+
gitdb==4.0.12 ; python_version >= "3.10" and python_version < "4.0"
|
| 15 |
+
gitpython==3.1.45 ; python_version >= "3.10" and python_version < "4.0"
|
| 16 |
+
idna==3.11 ; python_version >= "3.10" and python_version < "4.0"
|
| 17 |
+
jinja2==3.1.6 ; python_version >= "3.10" and python_version < "4.0"
|
| 18 |
+
jsonschema-specifications==2025.9.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 19 |
+
jsonschema==4.25.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 20 |
+
kiwisolver==1.4.9 ; python_version >= "3.10" and python_version < "4.0"
|
| 21 |
+
markupsafe==3.0.3 ; python_version >= "3.10" and python_version < "4.0"
|
| 22 |
+
matplotlib==3.10.7 ; python_version >= "3.10" and python_version < "4.0"
|
| 23 |
+
mpmath==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 24 |
+
narwhals==2.10.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 25 |
+
networkx==3.4.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 26 |
+
numpy==2.2.6 ; python_version >= "3.10" and python_version < "4.0"
|
| 27 |
+
nvidia-cublas-cu12==12.6.4.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 28 |
+
nvidia-cuda-cupti-cu12==12.6.80 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 29 |
+
nvidia-cuda-nvrtc-cu12==12.6.77 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 30 |
+
nvidia-cuda-runtime-cu12==12.6.77 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 31 |
+
nvidia-cudnn-cu12==9.5.1.17 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 32 |
+
nvidia-cufft-cu12==11.3.0.4 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 33 |
+
nvidia-cufile-cu12==1.11.1.6 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 34 |
+
nvidia-curand-cu12==10.3.7.77 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 35 |
+
nvidia-cusolver-cu12==11.7.1.2 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 36 |
+
nvidia-cusparse-cu12==12.5.4.2 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 37 |
+
nvidia-cusparselt-cu12==0.6.3 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 38 |
+
nvidia-nccl-cu12==2.26.2 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 39 |
+
nvidia-nvjitlink-cu12==12.6.85 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 40 |
+
nvidia-nvtx-cu12==12.6.77 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 41 |
+
opencv-python==4.12.0.88 ; python_version >= "3.10" and python_version < "4.0"
|
| 42 |
+
packaging==25.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 43 |
+
pandas==2.3.3 ; python_version >= "3.10" and python_version < "4.0"
|
| 44 |
+
pillow==12.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 45 |
+
polars-runtime-32==1.35.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 46 |
+
polars==1.35.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 47 |
+
protobuf==6.33.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 48 |
+
psutil==7.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 49 |
+
pyarrow==21.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 50 |
+
pydeck==0.9.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 51 |
+
pyparsing==3.2.5 ; python_version >= "3.10" and python_version < "4.0"
|
| 52 |
+
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0"
|
| 53 |
+
pytz==2025.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 54 |
+
pyyaml==6.0.3 ; python_version >= "3.10" and python_version < "4.0"
|
| 55 |
+
referencing==0.37.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 56 |
+
requests==2.32.5 ; python_version >= "3.10" and python_version < "4.0"
|
| 57 |
+
rpds-py==0.28.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 58 |
+
scipy==1.15.3 ; python_version >= "3.10" and python_version < "4.0"
|
| 59 |
+
setuptools==80.9.0 ; platform_system == "Linux" and python_version < "4.0" and platform_machine == "x86_64" and python_version >= "3.10" or python_version >= "3.12" and python_version < "4.0"
|
| 60 |
+
six==1.17.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 61 |
+
smmap==5.0.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 62 |
+
streamlit==1.51.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 63 |
+
sympy==1.14.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 64 |
+
tenacity==9.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 65 |
+
toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 66 |
+
torch==2.7.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 67 |
+
torchvision==0.22.1 ; python_version >= "3.10" and python_version < "4.0"
|
| 68 |
+
tornado==6.5.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 69 |
+
triton==3.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
|
| 70 |
+
typing-extensions==4.15.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 71 |
+
tzdata==2025.2 ; python_version >= "3.10" and python_version < "4.0"
|
| 72 |
+
ultralytics-thop==2.0.18 ; python_version >= "3.10" and python_version < "4.0"
|
| 73 |
+
ultralytics==8.3.223 ; python_version >= "3.10" and python_version < "4.0"
|
| 74 |
+
urllib3==2.5.0 ; python_version >= "3.10" and python_version < "4.0"
|
| 75 |
+
watchdog==6.0.0 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Darwin"
|