Documentation for Sim4Life's Model Intelligence framework - advanced meta-modeling tools that transform computationally intensive simulations into fast, accurate mathematical surrogates for bioelectronic applications.
This MkDocs site documents the Model Intelligence HyperTools suite, including Response Surface Modeling (RSM) and Uncertainty Quantification (UQ) capabilities. The framework enables rapid parameter exploration, sensitivity analysis, and design optimization for complex bioelectronic simulations.
-
Clone the repository:
git clone https://github.com/ZurichMedTech/model-intelligence.git cd model-intelligence -
Set up the development environment:
make devenv
-
Serve documentation locally:
make serve
Available at
http://0.0.0.0:8001/with auto-reload enabled.
- Build the documentation:
make build- Deploy to GitHub Pages:
make gh-deployThis command builds the site and pushes it to the gh-pages branch of your repository.
-
Push your latest changes to GitHub
-
Navigate to your repository on GitHub > Settings > Pages:
- Source: Deploy from a branch
- Branch: gh-pages
- Folder: / (root)
- Click Save
After deployment, the live documentation will be available at: https://ZurichMedTech.github.io/model-intelligence/