12 lines
321 B
TOML
12 lines
321 B
TOML
[project]
|
|
name = "people-flow-project"
|
|
version = "0.1.0"
|
|
description = "Street video people-flow counting with YOLO tracking and face-based age/gender estimation"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10,<3.13"
|
|
dependencies = []
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=68"]
|
|
build-backend = "setuptools.build_meta"
|