254 commited on
Commit
1e33427
·
verified ·
1 Parent(s): 6e1bc1e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TensorFlow version that is compatible with the current setup
2
+ tensorflow==2.13.0
3
+
4
+ # Keras version compatible with TensorFlow 2.13.0
5
+ keras==2.13.1
6
+
7
+ # NumPy version that is compatible with TensorFlow and Keras
8
+ numpy==1.23.5
9
+
10
+ # Any other required libraries
11
+ gradio==3.39.0
12
+ # or the version you need for your project
13
+ pandas==2.0.3
14
+ scikit-learn==1.3.1