Revisions

This commit is contained in:
Chris Proctor
2026-06-08 15:15:52 -04:00
parent 1c99ca8bd3
commit 49c4e43f45
12 changed files with 209 additions and 34 deletions

View File

@@ -4,7 +4,9 @@ version = "0.1.0"
description = "Classification: Neural Networks lab"
requires-python = ">=3.11"
dependencies = [
"joblib>=1.3",
"numpy>=1.24",
"opencv-python>=4.13.0.92",
"pandas>=2.0",
"scikit-learn>=1.3",
"torch>=2.0",