Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
TensorFlow==2.3.0
|
2 |
+
Keras==2.4.3
|
3 |
+
nltk==3.5
|
4 |
+
keras-bert==0.86.0
|
5 |
+
bioc==1.3.4
|
6 |
+
streamlit==1.13.0
|
7 |
+
numpy==1.18.5
|
8 |
+
altair==4.0
|