Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
spacy>=3.7.0,<4.0.0
|
| 3 |
+
spacy-transformers>=1.3.0
|
| 4 |
+
language-tool-python>=2.8.0
|
| 5 |
+
wn>=0.9.0
|
| 6 |
+
PatternLite
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
+
certifi>=2023.0.0
|
| 9 |
+
pathlib>=1.0.1
|