jayasuriyaK commited on
Commit
02fc3d1
1 Parent(s): ee8520a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -5
requirements.txt CHANGED
@@ -1,5 +1,15 @@
1
- torch
2
- tensorflow
3
- transformers
4
- keras_ocr
5
- streamlit
 
 
 
 
 
 
 
 
 
 
 
1
+ keras==2.13.1
2
+ Keras-Applications==1.0.8
3
+ keras-ocr==0.9.3
4
+ numpy==1.24.3
5
+ safetensors==0.4.2
6
+ streamlit==1.33.0
7
+ tensorboard==2.13.0
8
+ tensorboard-data-server==0.7.2
9
+ tensorflow==2.13.0
10
+ tensorflow-estimator==2.13.0
11
+ tensorflow-intel==2.13.0
12
+ tensorflow-io-gcs-filesystem==0.31.0
13
+ tokenizers==0.15.2
14
+ torch==2.2.2
15
+ transformers==4.39.3