LABIS — Research portal¶
Documentation portal for the research fronts of the Biomechanics and Health Engineering Laboratory (LABIS UCA). The site doubles as the product portal for EPPA, an automated standing postural assessment tool used in clinical research.
Research-use software. EPPA is not a medical device and is not intended for autonomous diagnosis. See the Compliance section for the full intended-use statement.
What lives here¶
- Product — what EPPA is, features, clinical use cases and demo.
- Clinical — user manual, marker placement protocols and step-by-step workflow.
- Developer — API reference, integration guides and the MATLAB-to-Python validation procedure.
- Compliance — regulatory gap analysis (EU MDR, FDA SaMD, GDPR, HIPAA, LGPD) and the responsible-use disclaimer.
- Research — the wider LABIS research fronts (exoskeleton, OpenPose, hand grasp recognition).
Build the site locally¶
# From the monorepo root
python3 -m venv .venv-docs
.venv-docs/bin/pip install -r requirements-docs.txt
.venv-docs/bin/mkdocs serve # local dev at http://localhost:8000
.venv-docs/bin/mkdocs build # static HTML in _site/