Create a Project

You can create a new Project in two ways

Using the Web UI

Navigate to the Projects page and locate the Add Project button in the top-right corner. Click this button to open a dialog that will prompt you to create a new project.

New Project dialog

Enter a name and brief description for the project, and confirm the visibility setting (public or private). Private projects are only visible to you. When you have finished, click the Create button to create the project.

Using the Python SDK

The code below illustrates how to create a new project using the MarkovML Python SDK.

Last updated