Spaces:
Running
Running
Upload 2 files
Browse files- .gitignore +3 -0
- requirements.txt +9 -0
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
data
|
| 2 |
+
venv
|
| 3 |
+
configs
|
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ultralytics
|
| 2 |
+
mlflow
|
| 3 |
+
fastapi
|
| 4 |
+
uvicorn
|
| 5 |
+
opencv-python
|
| 6 |
+
pyyaml
|
| 7 |
+
|
| 8 |
+
python-multipart
|
| 9 |
+
easyocr
|