WebashalarForML
commited on
Commit
•
627c9e7
1
Parent(s):
aeb7772
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask
|
2 |
+
huggingface_hub
|
3 |
+
python-dotenv
|
4 |
+
easyocr
|
5 |
+
spacy
|
6 |
+
Pillow
|
7 |
+
opencv-python
|
8 |
+
numpy
|
9 |
+
paddleocr
|
10 |
+
paddle-bfloat
|
11 |
+
paddlepaddle
|