initial commit

This commit is contained in:
uzumibi 2025-05-07 23:35:55 +09:00
parent dcba3cb2e2
commit b032692a14
9 changed files with 2066 additions and 519 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ __pycache__/
thumbs.db
.DS_Store
.idea
data

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.10

File diff suppressed because one or more lines are too long

18
pyproject.toml Normal file
View File

@ -0,0 +1,18 @@
[project]
name = "clip-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"ftfy>=6.3.1",
"ipykernel>=6.29.5",
"matplotlib>=3.10.1",
"numpy>=2.2.5",
"packaging>=25.0",
"regex>=2024.11.6",
"scikit-image>=0.25.2",
"torch>=2.7.0",
"torchvision>=0.22.0",
"tqdm>=4.67.1",
]

1599
uv.lock Normal file

File diff suppressed because it is too large Load Diff