-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the GSTT Clinical Scientific Computing Project Template wiki.
This template provides a standardised starting point for all ML/AI projects in the team. It enforces a consistent structure for code, documentation, MLOps tooling, and regulatory compliance artefacts so every project in the organisation looks and behaves the same way from day one.
| Page | Description |
|---|---|
| Getting Started | How to clone, configure, and run the template locally |
| Directory Structure | What every folder and file is for |
| How to Use as a Template | Step-by-step guide to spinning up a new project |
| MLOps & Training Workflow | How training, tuning, and experiment tracking work |
| Documentation & Regulatory Files | Overview of the documentation/ folder and its compliance documents |
| Contributing Guidelines | How to contribute improvements back to the template |
project-template/
├── Project/ # All ML project code lives here
│ ├── Classifier_2D/ # Example task implementation
│ ├── app/ # MONAI Deploy / inference app
│ ├── shared/ # Code shared across tasks
│ └── tests/ # Project-level tests
├── documentation/ # Regulatory & design documentation
├── assets/ # Logos and images for README/wiki
└── README.md
New to the team? Start with Getting Started, then read How to Use as a Template.
This wiki is written for both engineers and clinical scientists and anyone who wants to develop a project under the CSC QMS is recommended to use this format to maintain a uniform structure and ease of collaboration.
Maintained by the GSTT Clinical Scientific Computing team. To suggest changes to this wiki, see Contributing Guidelines.
GSTT Clinical Scientific Computing · Project Template Wiki · Last updated: April 2026 · Back to Home
Setup
Using the Template
Compliance
Reference