Neural Studio
  • Overview
  • Installation
  • Usage
    • Running Studio
    • Creating A Workspace
    • Add Dataset
    • Add Model
    • Train
    • Inference
  • Github
  • UI Overview
    • Overview
    • Workspace Manager
    • Dataset Builder
    • Network Graph Editor
    • Traning Framework
    • In Browser Inference Engine
Powered by GitBook
On this page
  1. Usage

Running Studio

$ neural-studio help

Neural Studio 0.0.2

Options:
  -host : set host
  -port : set port
  -dir  : set project directory

  --no-cached-dataset : won't load dataset from active workspace
  --no-cached-model   : won't load last saved model from active workspace
  --no-browser        : won't open browser

  help    : display help
  version : display version

Usage:
  neural_studio [options]

Run studio using studio's cli tool.

# run neural studio 

$ neural-studio
╔═════════════════════════════════╗
║ Running                      ║
║ Host : localhost             ║
║ Port : 8000                  ║
║ URL  : http://localhost:8000 ║
╚═════════════════════════════════╝
PreviousInstallationNextCreating A Workspace

Last updated 3 years ago