init commit

This commit is contained in:
2026-07-29 16:50:22 +03:00
commit 0d10a278bf
24 changed files with 3564 additions and 0 deletions

27
pyproject.toml Normal file
View File

@@ -0,0 +1,27 @@
[project]
name = "ai-sec"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.10.0",
"huggingface-hub>=0.30.0",
"ipywidgets>=8.1.0",
"jupyterlab>=4.2.0",
"matplotlib>=3.9.0",
"numpy>=2.0.0",
"safetensors>=0.8.0",
"scikit-learn>=1.9.0",
"scipy>=1.17.1",
"torch>=2.11.0",
"transformers>=5.0.0",
]
[tool.uv.sources]
torch = { index = "pytorch-cpu" }
[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true