wsy182 f9384f7bc1 Parse config.yaml into typed AppConfig dataclass
- ServerConfig, VideoConfig, ModelConfig, DeadBugConfig,
  AudioConfig, LoggingConfig as nested dataclasses
- Consumers use config.server.host, config.model.resolved_path etc.
- env var overrides preserved via _apply_env_overrides()
2026-06-10 10:23:51 +08:00
2026-06-01 18:10:42 +08:00
2026-06-09 23:07:48 +08:00
2026-06-10 10:14:43 +08:00
2026-06-10 10:14:43 +08:00

PoseFit Server

Real-time exercise pose detection and coaching via WebRTC.

Quick Start

pip install -r requirements.txt
python run.py

Configuration

Copy .env.example to .env and adjust settings, or set environment variables directly.

S
Description
No description provided
Readme 8.2 MiB
Languages
Python 100%