An open API service indexing awesome lists of open source software.

https://github.com/floydhub/floyd-cli

Command line tool for FloydHub - the fastest way to build, train, and deploy deep learning models
https://github.com/floydhub/floyd-cli

ai artificial-intelligence deep-learning floyd floyd-cli floydhub gpu machine-learning python pytorch tensorflow

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# floyd-cli

[![FloydHub Logo](https://github.com/floydhub/static/blob/master/Group.png)](https://www.floydhub.com)

[![image](https://circleci.com/gh/floydhub/floyd-cli/tree/master.svg?style=shield)](https://circleci.com/gh/floydhub/floyd-cli/tree/master)
[![image](https://badge.fury.io/py/floyd-cli.svg)](https://badge.fury.io/py/floyd-cli)
[![image](https://anaconda.org/floydhub/floyd-cli/badges/version.svg)](https://anaconda.org/floydhub/floyd-cli)

[Website](http://www.floydhub.com) • [Docs](https://docs.floydhub.com) • [Forum](https://forum.floydhub.com) • [Twitter](https://twitter.com/floydhub_) • [We're Hiring](https://angel.co/floydhub) • [Write for FloydHub ✏️](https://blog.floydhub.com/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](http://www.floydhub.com)) to sign up for free.

## Contents
- [Installation](http://docs.floydhub.com/guides/basics/install/)
- [Quick Start](http://docs.floydhub.com/getstarted/quick_start/)
- [Documentation](http://docs.floydhub.com/)
- [Issue Tracking](https://github.com/floydhub/floyd-cli/issues)
- [Forum](https://forum.floydhub.com/)

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](https://www.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
```

You are now logged in and ready to rock.

Ready to run your first experiment?
-----------------------------------

Visit the [quick start
guide](http://docs.floydhub.com/getstarted/quick_start/).

Want to learn more?
-------------------

Check out the [documentation](http://docs.floydhub.com/).

Having issues?
--------------

Ask a question on the [forum](https://forum.floydhub.com/), or log an
issue in our [issue
tracker](https://github.com/floydhub/floyd-cli/issues).