Skip to content
Ksonar262 edited this page Apr 15, 2026 · 2 revisions

Project Template — Wiki

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.


Wiki Pages

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

Repository Layout (Top Level)

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.


Who This Is For

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.

Clone this wiki locally