All Projects → floydhub → Floyd Cli

floydhub / Floyd Cli

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Floyd Cli

Pai
Resource scheduling and cluster management for AI
Stars: ✭ 2,223 (+1412.24%)
Mutual labels:  artificial-intelligence, ai, gpu
Atlas
An Open Source, Self-Hosted Platform For Applied Deep Learning Development
Stars: ✭ 259 (+76.19%)
Mutual labels:  artificial-intelligence, ai, gpu
Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (+207.48%)
Mutual labels:  artificial-intelligence, ai, gpu
Blazingsql
BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
Stars: ✭ 1,652 (+1023.81%)
Mutual labels:  artificial-intelligence, gpu
Happy Transformer
A package built on top of Hugging Face's transformer library that makes it easy to utilize state-of-the-art NLP models
Stars: ✭ 97 (-34.01%)
Mutual labels:  artificial-intelligence, ai
Helix theory
螺旋论(theory of helix)—— “熵减机理论(可用来构建AGI、复杂性系统等)”
Stars: ✭ 98 (-33.33%)
Mutual labels:  artificial-intelligence, ai
Aif360
A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
Stars: ✭ 1,312 (+792.52%)
Mutual labels:  artificial-intelligence, ai
Modelchimp
Experiment tracking for machine and deep learning projects
Stars: ✭ 121 (-17.69%)
Mutual labels:  artificial-intelligence, ai
Owl Bt
owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
Stars: ✭ 112 (-23.81%)
Mutual labels:  artificial-intelligence, ai
Machine Learning Flappy Bird
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
Stars: ✭ 1,683 (+1044.9%)
Mutual labels:  artificial-intelligence, ai
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+1778.23%)
Mutual labels:  artificial-intelligence, ai
Blurr
Data transformations for the ML era
Stars: ✭ 96 (-34.69%)
Mutual labels:  artificial-intelligence, ai
Emojiintelligence
Neural Network built in Apple Playground using Swift
Stars: ✭ 1,323 (+800%)
Mutual labels:  artificial-intelligence, ai
Text predictor
Char-level RNN LSTM text generator📄.
Stars: ✭ 99 (-32.65%)
Mutual labels:  artificial-intelligence, ai
Micromlp
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
Stars: ✭ 92 (-37.41%)
Mutual labels:  artificial-intelligence, ai
Tenginekit
TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.
Stars: ✭ 2,103 (+1330.61%)
Mutual labels:  artificial-intelligence, ai
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-5.44%)
Mutual labels:  artificial-intelligence, ai
Lazy
Lazy, AI chatbot service.
Stars: ✭ 141 (-4.08%)
Mutual labels:  artificial-intelligence, ai
Rivescript Python
A RiveScript interpreter for Python. RiveScript is a scripting language for chatterbots.
Stars: ✭ 142 (-3.4%)
Mutual labels:  artificial-intelligence, ai
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+763.95%)
Mutual labels:  artificial-intelligence, ai

floyd-cli

FloydHub Logo

image image image

WebsiteDocsForumTwitterWe're HiringWrite 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.

Contents

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].