karouswissem commited on
Commit
dd3721c
·
verified ·
1 Parent(s): 3b372d3

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ streamlit==1.25.0 # Ensure compatibility with latest version
2
+ tensorflow==2.14.0 # Replace with the version you used for training
3
+ Pillow==9.3.0 # For image processing
4
+ numpy==1.24.4 # For numerical computations