Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user