Quickstart Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
1. Install a version of Python that meets our . 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:
Download and it
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.
Within PerceptiLabs, sign up for a free PerceptiLabs account and then sign in to start building your machine learning models with PerceptiLabs!
Watch the following short video that shows how to create your first model from scratch: