Commit
·
3f01399
1
Parent(s):
9cf3e77
Add required Python packages
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
sentencepiece
|
| 3 |
+
transformers
|
| 4 |
+
spacy
|
| 5 |
+
flair
|
| 6 |
+
nltk
|
| 7 |
+
textblob
|
| 8 |
+
deep-translator
|
| 9 |
+
pandas
|
| 10 |
+
gradio_rich_textbox
|
| 11 |
+
python-dotenv
|