| [project] | |
| name = "speedlens" | |
| version = "0.1.0" | |
| description = "Vehicle Detection and Counting on Hugging Face Spaces" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "gradio>=4.0.0", | |
| "scipy>=1.17.0", | |
| "supervision>=0.6.0", | |
| "ultralytics>=8.2.0", | |
| "cython_bbox", | |
| "onemetric", | |
| "loguru", | |
| "lapx", | |
| "thop", | |
| "opencv-python-headless", # Use headless for server env | |
| "torch>=1.7", | |
| "torchvision>=0.10.0", | |
| "numpy", | |
| "h5py" | |
| ] | |