Quickstart

Here we illustrate how one can create and run a Dr.Opt project based on our trial examples.

Prerequisites

Before starting, make sure the following things are installed in your system:

  • Python 3.6 or newer

  • pip

Registration/Get Access Token

  1. Go to Dr.Opt server webpage and click Sign in.

Dr.Opt Homepage
  1. Click Continue and finish the registration. User will be notified via email once the registration is approved.

Registration
  1. In My Account page click My tokens

Access token
  1. Copy the api token for later use.

Run our examples

  1. Download our examples from GitHub:

$ git clone https://github.com/GoEdge-ai/dropt-example.git
  1. Move to the directory of a trial example:

$ cd dropt-example/trials/func-eggholder
  1. Install required Python package:

$ pip install -r requirements.txt
  1. Create and run a new Dr.Opt project with our control script, in which TEKON is the access token of your account:

$ droptctl -t TOKEN create
  1. Inspect the result on the Dr.Opt server webpage.

Your Turn!

We just showed you how to run a our example project. To run your own project, please refer to the following sections: