Machine Learning Repository Structure

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

The FrogML repository structure for local repositories is as follows:

├── ${REPOSITORY_NAME}
    └── models
        └── ${MODEL_NAME}
            └── ${MODEL_VERSION}
                ├── model-manifest.json
                ├── model/
                    ├── file1
                    └── file2
                └── code/
                    ├── code.zip
                    └── requirements.txt