# Project

## Project Layout

The project layout has the **Versions**, **Network** and **Dashboard** and **code integation** views.\
\
The Top bar contains the:

* **Evaluate** button, where you set the Training and Evaluation Plans for a model (see [**Evaluate/Train Model**](https://docs.tensorleap.ai/user-interface/project/menu-bar/evaluate-a-model)).&#x20;
* In-app guides, where you can interactively tour the platform.
* Runs & processes , where you see the status of all the jobs the platform runs and their logs
* notification window, where you can see all pending/started/running/finished event notifications
* Profile and settings window, where you can log out and edit your details

<figure><img src="https://3509361326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9UXeOlFqlw8pl79U2HGU%2Fuploads%2Fa4iVaZhtcCSLM16C8y3e%2Fimage.png?alt=media&#x26;token=3cb6f984-9325-4c04-8682-92e2a0585b79" alt=""><figcaption><p>The Project view together with the Network/ Dashboard and versions tab</p></figcaption></figure>

### Views

The Project Layout has four views:

* [**Versions**](https://docs.tensorleap.ai/user-interface/project/versions) - Allows changing models, saving projects, and .\
  Accessed by clicking <img src="https://3509361326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9UXeOlFqlw8pl79U2HGU%2Fuploads%2FFGiZjojRfXD9P8tXu004%2Fimage.png?alt=media&#x26;token=61318270-cde3-48db-bb68-9d9b0c521139" alt="" data-size="line">.
* [**Network**](https://docs.tensorleap.ai/user-interface/project/network) - Where you can connect your model to the assets you've uploaded via the [integration script](https://docs.tensorleap.ai/tensorleap-integration/writing-integration-code), and validate the validity of these connections via the "[code integration](https://docs.tensorleap.ai/user-interface/project/network/code-integration)" right tab. \
  Accessed by clicking <img src="https://3509361326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9UXeOlFqlw8pl79U2HGU%2Fuploads%2FxPzFRplJGoTf4nGW7yJD%2Fimage.png?alt=media&#x26;token=b9dc3491-dd81-416c-98e3-a770089e137c" alt="" data-size="line">.
* [**Dashboard**](https://docs.tensorleap.ai/user-interface/project/dashboards/dashlets/sample-analysis) - Where you can add and view the analysis being performed on a model, and observe and query various metrics.\
  Accessed by clicking <img src="https://3509361326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9UXeOlFqlw8pl79U2HGU%2Fuploads%2FLPhtfrq8qNM3FCw7RHHN%2Fimage.png?alt=media&#x26;token=c2b29d57-ff47-497a-a486-e88c56bd87b9" alt="" data-size="line">.

## Create a Project

{% hint style="info" %}
It is recommended to create a project while pushing a [model](https://docs.tensorleap.ai/tensorleap-integration/uploading-with-cli/cli-assets-upload#uploading-a-model) or [project](https://docs.tensorleap.ai/tensorleap-integration/uploading-with-cli/cli-assets-upload#uploading-both-a-code-and-model) using the CLI&#x20;
{% endhint %}

You can create a project after logging on to your account.

To create a project:

1. Click the side menu on the top left.
2. Click **New Project**.
3. On the **New Project** window, enter a name for your project.
4. Enter a description for the project.
5. Click **Save**.

<figure><img src="https://3509361326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9UXeOlFqlw8pl79U2HGU%2Fuploads%2FEHrS4Vqj3lFQ9r0mcxqs%2FNew%20Project.gif?alt=media&#x26;token=74c7a138-5567-47f8-a322-4edd9a681a2b" alt=""><figcaption></figcaption></figure>

## Open a Project

To open and start working on your project, you can either:

* Locate your project in **Recent Projects** and click it:

<figure><img src="https://3509361326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9UXeOlFqlw8pl79U2HGU%2Fuploads%2FwXmWNex2da6FhgGWG6m8%2Fimage.png?alt=media&#x26;token=f8c9bb4f-9077-4745-b9fc-f1efc4784f6e" alt=""><figcaption><p>Opening a project from Recent Projects</p></figcaption></figure>

* Click the side menu on the top left again, click **Open Project**, then select the project by name.

<figure><img src="https://3509361326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9UXeOlFqlw8pl79U2HGU%2Fuploads%2FUWAyZtC5rgFbVDnZtfrh%2Fimage.png?alt=media&#x26;token=14a0073f-04c8-4ae7-9cd0-890ba9f6048d" alt=""><figcaption><p>Opening a project from menu</p></figcaption></figure>

{% hint style="info" %}
When you save your project for the first time, Tensorleap treats it as the master branch, with subsequent revisions being new branches. You can create different branches when saving a new version of a project. For more information, see [versions](https://docs.tensorleap.ai/user-interface/project/versions "mention").
{% endhint %}
