Website • Docs • Forum • Twitter • We're Hiring • Write for FloydHub ✏️
floyd-cli: The command line tool for FloydHub. Use this to interact with FloydHub from your machine.
FloydHub is the fastest way to build, train, and deploy deep learning models on cloud GPUs. Visit (www.floydhub.com) to sign up for free.
-
Install the cli:
Using
pip
:$ pip install -U floyd-cli
Using
conda
:$ conda install -y -c conda-forge -c floydhub floyd-cli
-
Visit floydhub.com and create a free account by clicking the
SIGN UP FOR FREE
button. -
Login with the cli by typing:
$ floyd login -u <username>
You are now logged in and ready to rock.
Visit the quick start guide.
Check out the documentation.
Ask a question on the forum, or log an issue in our issue tracker.