Spaces:
Runtime error
Runtime error
pritamdeka
commited on
Commit
β’
2da4d7a
1
Parent(s):
72109b8
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
nltk
|
2 |
+
sentence-transformers
|
3 |
+
gradio
|
4 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/en_core_sci_lg-0.5.0.tar.gz
|
5 |
+
numpy
|
6 |
+
git+https://github.com/allenai/scispacy.git
|
7 |
+
networkx
|
8 |
+
newspaper3k
|
9 |
+
requests
|
10 |
+
inflect
|