๐จ add reqs
Browse filesSigned-off-by: peter szemraj <[email protected]>
- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
clean-text[gpl]
|
2 |
+
python-doctr
|
3 |
+
gradio
|
4 |
+
libretranslatepy
|
5 |
+
natsort
|
6 |
+
nltk
|
7 |
+
pandas
|
8 |
+
requests
|
9 |
+
pyspellchecker
|
10 |
+
torch
|
11 |
+
tqdm
|
12 |
+
wordninja
|