Spaces:
Sleeping
Sleeping
samiNCL commited on
Commit ·
7fef345
1
Parent(s): 9d910f6
Added requirements and spaCy model installation script
Browse files- requirements.txt +6 -0
- spaces.sh +1 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
spacy
|
| 3 |
+
gradio
|
| 4 |
+
nrclex
|
| 5 |
+
transformers
|
| 6 |
+
rake-nltk
|
spaces.sh
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python -m spacy download en_core_web_sm
|