Spaces:
Sleeping
Sleeping
root-sajjan
commited on
required
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.2
|
2 |
+
openpyxl==3.1.5
|
3 |
+
fastapi[all]
|
4 |
+
ultralytics==8.2.52
|
5 |
+
ultralytics-thop==2.0.0
|
6 |
+
torch==2.2.2
|
7 |
+
pytesseract==0.3.10
|
8 |
+
pillow==11.0.0
|
9 |
+
nltk==3.9.1
|
10 |
+
transformers @ git+https://github.com/huggingface/transformers@e6889961761eba27ac13a30aa12444a6f4406f78
|
11 |
+
huggingface-hub==0.24.6
|
12 |
+
# python 3.11.4
|
13 |
+
pydantic
|