Skip to content

Commit 43f5dc3

Browse files
authored
Create requirements.txt
1 parent 8f8140b commit 43f5dc3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)