1. Set up an account, an Organization and the Python SDK

Objectives:

  • Create your Picsellia account
  • Invite your colleagues to create their own account
  • Invite your colleagues in your Organization (shared workspace)
  • Install the Python SDK

1. Signin' up

As a new member of the Picsellia Community, you first have to create your account.

To do so, please access the following page: https://app.picsellia.com/signup/

You can either sign up by providing your email and defining a secured password or by using your Google account.

Once you account created, you can access the platform at any time through this link: https://app.picsellia.com/

2. Organization

Picsellia promotes collaboration on your Computer Vision projects to maximize the efficiency of your work across your team. On Picsellia, a workspace is named an "Organization".

In the frame of Picsellia Community, you can only access your own Personal Organization.

3. Python SDK

It is essential to know that any action available on Picsellia's User Interface can also be done programmatically using our Python SDK. The SDK will allow you to automatize boring tasks to focus only on your work. We encourage you to use the SDK during your trial period as it will give you an overview of the automated pipelines you could put in place across your team to optimize your Computer Vision projects.

All the SDK documentation you need to use it is available here

To start using it, you need to install the Picsellia package in your Python dev environment

pip install picsellia

We recommend you to leverage the recipes tab when you first use the SDK. That will help you get accustomed to the Picsellia package and perform the essential steps correctly.