Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask
|
| 2 |
+
Flask-CORS
|
| 3 |
+
Pillow
|
| 4 |
+
transformers
|
| 5 |
+
torch
|
| 6 |
+
torchvision
|
| 7 |
+
numpy
|
| 8 |
+
requests
|
| 9 |
+
python-multipart
|
| 10 |
+
accelerate
|
| 11 |
+
safetensors
|
| 12 |
+
tokenizers
|
| 13 |
+
huggingface-hub
|
| 14 |
+
scipy
|
| 15 |
+
scikit-learn
|
| 16 |
+
opencv-python-headless
|
| 17 |
+
matplotlib
|
| 18 |
+
Werkzeug
|
| 19 |
+
Jinja2
|
| 20 |
+
MarkupSafe
|
| 21 |
+
itsdangerous
|
| 22 |
+
click
|
| 23 |
+
blinker
|
| 24 |
+
gunicorn
|