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
- Host: GitHub
- URL: https://github.com/floydhub/floyd-cli
- Owner: floydhub
- License: apache-2.0
- Created: 2017-01-17T19:26:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T22:27:30.000Z (over 6 years ago)
- Last Synced: 2024-09-30T14:18:57.808Z (over 1 year ago)
- Topics: ai, artificial-intelligence, deep-learning, floyd, floyd-cli, floydhub, gpu, machine-learning, python, pytorch, tensorflow
- Language: Python
- Homepage: https://floydhub.com
- Size: 537 KB
- Stars: 156
- Watchers: 14
- Forks: 34
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# floyd-cli
[](https://www.floydhub.com)
[](https://circleci.com/gh/floydhub/floyd-cli/tree/master)
[](https://badge.fury.io/py/floyd-cli)
[](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).