Quick Start

DDS TeamLess than 1 minute

Quick Start

Prerequisites

DeepDataSpace(DDS) requires Python 3.8 - 3.10 and runs on the following platforms:

  • Mac, x86_64/arm64
  • Windows 10, x86_64
  • Ubuntu 18.04/20.04/22.04, x86_64

Install DDS

pip install -U deepdataspace

Tips

It's strongly recommended that you install DeepDataSpace in an isolated Python virtual environment.

Start DDS

dds --quickstart

# Started DDS[${pid}] at http://127.0.0.1:8765.
# The DDS tool is importing datasets inside dir in the background: $HOME/.deepdataspace/dataset-samples.
# Explore other useful commands by: ddsop --help.
# You can quit the DDS tool with Ctrl+C.

This command starts the DDS at http://127.0.0.1:8765 and imports all datasets under $HOME/.deepdataspace/dataset-samples.
Open your browser and navigate to http://127.0.0.1:8765open in new window, all imported datasets will be list here:

Tips

Try dds --help to explore other useful command options.

Note

The dds tool can be only started once for every user. A second start will kill all processes of the first one.

What's Next

Congratulations, You have successfully started DDS tool!
You may be also interested in these contents:

Last update:
Contributors: zhuyuanhao,huweiqiang,imhuwq