Skip to content

Command line tool for FloydHub - the fastest way to build, train, and deploy deep learning models

License

Notifications You must be signed in to change notification settings

floydhub/floyd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96c0c52 · Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 10, 2018
Jul 12, 2018
Feb 5, 2018
Jun 4, 2017
Jun 29, 2018
Nov 30, 2017
Nov 29, 2017
Nov 30, 2017
Jan 20, 2017
Jul 12, 2018
Feb 5, 2018

Repository files navigation

floyd-cli

Command line tool for Floyd. Use this to interact with Floyd (www.floydhub.com).

image image image

Quick Start

  1. Install the cli:

    Using pip:

    $ pip install -U floyd-cli
    

    Using conda:

    $ conda install -y -c conda-forge -c floydhub floyd-cli
    
  2. Visit floydhub.com and create a free account by clicking the SIGN UP FOR FREE button.

  3. Login with the cli by typing:

$ floyd login -u <username>

You are now logged in and ready to rock.

Ready to run your first experiment?

Visit the quick start guide.

Want to learn more?

Check out the documentation.

Having issues?

Ask a question on the forum, or log an issue in our issue tracker.