Initial Commit: TODO 0

This commit is contained in:
2025-12-07 20:02:18 +01:00
commit 53b78a41f9
66 changed files with 3477 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[project]
name = "08-pre-trained-image-classification"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"pillow>=12.0.0",
"torch>=2.9.1",
"torchvision>=0.24.1",
]