ae52578ed796c00ce3a3265cbd66dd39f7d8141f
- configs/models.py: AppConfig and all section dataclasses - configs/load.py: pure loading logic (yaml, env overrides) - config = load_config() singleton for consumers
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.
Description
Languages
Python
100%