Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "ppe-detector-yolov10" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Alper Balbay <itsc0508@gmail.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.11" | |
| onnxruntime = "^1.18.1" | |
| gradio = "^4.37.2" | |
| onnx = "^1.16.1" | |
| opencv-contrib-python = "^4.10.0.84" | |
| pyyaml = "^6.0.1" | |
| [tool.poetry.group.dev.dependencies] | |
| pytest = "^8.2.2" | |
| ipython = "^8.26.0" | |
| ipykernel = "^6.29.5" | |
| jupyter = "^1.0.0" | |
| ruff = "^0.5.0" | |
| pre-commit = "^3.7.1" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |