Added custom handler and model files for deployment
Browse files- .gitignore +1 -0
- requirements.txt +8 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
myenv/
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.10.0
|
2 |
+
opencv-python-headless>=4.5.3.56
|
3 |
+
Pillow>=8.0.0
|
4 |
+
numpy==2.1.1
|
5 |
+
regex==2024.7.24
|
6 |
+
safetensors==0.4.4
|
7 |
+
tokenizers==0.19.1
|
8 |
+
transformers==4.44.2
|