Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +47 -46
requirements.txt
CHANGED
|
@@ -1,46 +1,47 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
gdown
|
| 4 |
-
indic-nlp-library
|
| 5 |
-
pytesseract
|
| 6 |
-
opencv-python-headless
|
| 7 |
-
torch
|
| 8 |
-
transformers
|
| 9 |
-
Pillow
|
| 10 |
-
numpy
|
| 11 |
-
python-multipart
|
| 12 |
-
sentencepiece
|
| 13 |
-
accelerate
|
| 14 |
-
requests
|
| 15 |
-
tqdm
|
| 16 |
-
pandas
|
| 17 |
-
matplotlib
|
| 18 |
-
seaborn
|
| 19 |
-
scikit-learn
|
| 20 |
-
googletrans==4.0.0-rc1
|
| 21 |
-
deep-translator
|
| 22 |
-
langdetect
|
| 23 |
-
ipywidgets
|
| 24 |
-
gdown
|
| 25 |
-
indic-nlp-library
|
| 26 |
-
pytesseract
|
| 27 |
-
opencv-python-headless
|
| 28 |
-
googletrans==4.0.0-rc1
|
| 29 |
-
deep-translator
|
| 30 |
-
langdetect
|
| 31 |
-
ipywidgets
|
| 32 |
-
transformers
|
| 33 |
-
torch
|
| 34 |
-
Pillow
|
| 35 |
-
numpy
|
| 36 |
-
pandas
|
| 37 |
-
matplotlib
|
| 38 |
-
seaborn
|
| 39 |
-
scikit-learn
|
| 40 |
-
requests
|
| 41 |
-
tqdm
|
| 42 |
-
sentencepiece
|
| 43 |
-
accelerate
|
| 44 |
-
fastapi
|
| 45 |
-
uvicorn
|
| 46 |
-
python-multipart
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
gdown
|
| 4 |
+
indic-nlp-library
|
| 5 |
+
pytesseract
|
| 6 |
+
opencv-python-headless
|
| 7 |
+
torch
|
| 8 |
+
transformers
|
| 9 |
+
Pillow
|
| 10 |
+
numpy
|
| 11 |
+
python-multipart
|
| 12 |
+
sentencepiece
|
| 13 |
+
accelerate
|
| 14 |
+
requests
|
| 15 |
+
tqdm
|
| 16 |
+
pandas
|
| 17 |
+
matplotlib
|
| 18 |
+
seaborn
|
| 19 |
+
scikit-learn
|
| 20 |
+
googletrans==4.0.0-rc1
|
| 21 |
+
deep-translator
|
| 22 |
+
langdetect
|
| 23 |
+
ipywidgets
|
| 24 |
+
gdown
|
| 25 |
+
indic-nlp-library
|
| 26 |
+
pytesseract
|
| 27 |
+
opencv-python-headless
|
| 28 |
+
googletrans==4.0.0-rc1
|
| 29 |
+
deep-translator
|
| 30 |
+
langdetect
|
| 31 |
+
ipywidgets
|
| 32 |
+
transformers
|
| 33 |
+
torch
|
| 34 |
+
Pillow
|
| 35 |
+
numpy
|
| 36 |
+
pandas
|
| 37 |
+
matplotlib
|
| 38 |
+
seaborn
|
| 39 |
+
scikit-learn
|
| 40 |
+
requests
|
| 41 |
+
tqdm
|
| 42 |
+
sentencepiece
|
| 43 |
+
accelerate
|
| 44 |
+
fastapi
|
| 45 |
+
uvicorn
|
| 46 |
+
python-multipart
|
| 47 |
+
google-generativeai
|