We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8140b commit 43f5dc3Copy full SHA for 43f5dc3
requirements.txt
@@ -0,0 +1,11 @@
1
+# TensorFlow for model training
2
+tensorflow==2.9.1
3
+
4
+# NumPy for numerical operations
5
+numpy==1.22.4
6
7
+# Pillow for image processing
8
+Pillow==9.1.1
9
10
+# Optional: Matplotlib for plotting
11
+matplotlib==3.5.2
0 commit comments