Initial commit

This commit is contained in:
2025-12-19 10:11:58 +01:00
commit ccad4e85a9
12 changed files with 417 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
requires = [
"setuptools>=61.0"
]
build-backend = "setuptools.build_meta"
[project]
name = "pyCnnImageClassifier"
description = "Python CNN image classification from with jupyter, torch, torchvision and pillow"
dynamic = ["version"]
requires-python = ">=3.12"
authors = [
{ name = "Jens Ahrensfeld" }
]
dependencies = [
"pillow",
"torch",
"torchvision",
"jupyterlab"
]
readme = "README.md"