Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.36 KB

File metadata and controls

15 lines (8 loc) · 1.36 KB

AI-lab samples

Usage in ai-lab-template

This repository is being used in ai-lab-template repository as the Software Template source code for users to start with.

This repository is a copy of the AI Lab recipes source code under ai-lab-recipes.

To contribute or make an update to these samples, open a Pull Request under the upstream ai-lab-recipes repository. To pull in the latest changes to this repository, run ./pull-sample-app.sh, and commit the changes.

You can then re-generate the Software Templates in ai-lab-template repository to use the latest AI samples from this repository.

Usage in ai-lab-template-experiment

For the experimental Software Templates in ai-lab-template-experiment repository, use the experiment branch. The import-ai-lab-samples script pulls in the sample applications from the experiment branch. The experiment branch is independent of other repositories and it is manually curated or maintained.