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