Skip to content

ZurichMedTech/model-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model Intelligence Documentation

Documentation for Sim4Life's Model Intelligence framework - advanced meta-modeling tools that transform computationally intensive simulations into fast, accurate mathematical surrogates for bioelectronic applications.

Overview

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.

Development Setup

  1. Clone the repository:

    git clone https://github.com/ZurichMedTech/model-intelligence.git
    cd model-intelligence
  2. Set up the development environment:

    make devenv
  3. Serve documentation locally:

    make serve

    Available at http://0.0.0.0:8001/ with auto-reload enabled.

Building & Deployment

  1. Build the documentation:
make build
  1. Deploy to GitHub Pages:
make gh-deploy

This command builds the site and pushes it to the gh-pages branch of your repository.

GitHub Pages Setup

  1. Push your latest changes to GitHub

  2. 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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published