iSAQB® Advanced Level curriculum Software Architecture for AI Systems
This is copyrighted work.
This repository contains the iSAQB® Advanced Level curriculum Software Architecture for AI Systems.
-
Clone the repository - including all submodules:
Via SSH: git clone git@github.com:isaqb-org/curriculum-swarc4ai.git --recursive Via HTTPS: git clone https://github.com/isaqb-org/curriculum-swarc4ai.git --recursive
Prerequisite: You need a Java 17 (or higher) JDK installed.
Build the project with Gradle (you need a locally installed JDK 17 or higher) via ./gradlew
.
This repository is currently maintained by the curators of the SWARC4AI curriculum. It was forked from https://github.com/isaqb-org/advanced-template, so the contributors of that project basically contributed to this one, too.