feat: initialize managed portal

This commit is contained in:
Yoilun
2026-04-27 10:04:36 +08:00
commit d4e351df71
145 changed files with 13425 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[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"