Installation
PerceptiLabs is distributed as a free Python package (hosted on PyPI) for everyone to use.
This topic describes how to install and run the free version of Perceptilabs.
Step 1: Install and Run PerceptiLabs
Follow the steps below to install and run the free version of PerceptiLabs:
Free Version
1. Install a version of Python that meets our Python Requirements. Since multiple versions of Python and PerceptiLabs can be installed concurrently, we recommend you install them in a virtual Python environment such as:
The steps below show how to set up a simple Conda environment:
Open a terminal window.
Run:
conda create -n myenv python=3.8
Run:
conda activate myenv
2. Run the following command to install PerceptiLabs:
pip install perceptilabs
3. Run perceptilabs
. The app will open in your default web browser.
Step 2: Sign in
Free Version
Within PerceptiLabs, sign up for a free PerceptiLabs account and then sign in to start building your machine learning models with PerceptiLabs!
Step 3: Load and Pre-process Your Data
Now that you've installed and signed into Perceptilabs, proceed to Load and Pre-process Data to learn how to get started building a model.
Last updated
Was this helpful?