All Projects → Paperspace → gradient-cli

Paperspace / gradient-cli

Licence: ISC license
The command line interface for Gradient - https://gradient.paperspace.com

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gradient-cli

fastai-docker
Fast.AI course complete docker container for Paperspace and Gradient
Stars: ✭ 52 (-10.34%)
Mutual labels:  gradient, paperspace
less-mix
LESS-Mix - is a functional, powerful and convenient library LESS-mixins.
Stars: ✭ 22 (-62.07%)
Mutual labels:  gradient
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+4996.55%)
Mutual labels:  machine-learning-library
Rainblur-Landing-Page
Tailwind CSS Starter Template - Rainblur Landing Page (dark)
Stars: ✭ 112 (+93.1%)
Mutual labels:  gradient
Pretty Print Confusion Matrix
Confusion Matrix in Python: plot a pretty confusion matrix (like Matlab) in python using seaborn and matplotlib
Stars: ✭ 244 (+320.69%)
Mutual labels:  machine-learning-library
conic.css
nice'n simple conic gradients 🎨
Stars: ✭ 195 (+236.21%)
Mutual labels:  gradient
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+3868.97%)
Mutual labels:  machine-learning-library
olwind
Wind layers for OpenLayers
Stars: ✭ 22 (-62.07%)
Mutual labels:  gradient
densratio py
A Python Package for Density Ratio Estimation
Stars: ✭ 112 (+93.1%)
Mutual labels:  machine-learning-library
spm-image
Sparse modeling and Compressive sensing in Python
Stars: ✭ 93 (+60.34%)
Mutual labels:  machine-learning-library
Awesome-Rust-MachineLearning
This repository is a list of machine learning libraries written in Rust. It's a compilation of GitHub repositories, blogs, books, movies, discussions, papers, etc. 🦀
Stars: ✭ 1,110 (+1813.79%)
Mutual labels:  machine-learning-library
css-studies
🎨 Aplicação com interface baseada em Neumorphism + Geração de códigos CSS para Gradientes e Bordas + Visualização instantânea.
Stars: ✭ 33 (-43.1%)
Mutual labels:  gradient
onn
Online Deep Learning: Learning Deep Neural Networks on the Fly / Non-linear Contextual Bandit Algorithm (ONN_THS)
Stars: ✭ 139 (+139.66%)
Mutual labels:  machine-learning-library
Suod
(MLSys' 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection)
Stars: ✭ 245 (+322.41%)
Mutual labels:  machine-learning-library
gradient-badge
🍭 Badge generator with color gradient support
Stars: ✭ 47 (-18.97%)
Mutual labels:  gradient
Jgaap
The Java Graphical Authorship Attribution Program
Stars: ✭ 208 (+258.62%)
Mutual labels:  machine-learning-library
Weather-SwiftUI
A weather app that uses the Dark Sky API built using SwiftUI! Get the current weather for a particular location and check out the 5-day forecast!
Stars: ✭ 107 (+84.48%)
Mutual labels:  gradient
UIGradientSlider
GradientSlider is a UIControl subclass which is similar to UISlider, but with a linear gradient coloring the slider’s track. Useful for creating color pickers. Initially fork of https://github.com/jonhull/GradientSlider rewritten to Obj-C
Stars: ✭ 28 (-51.72%)
Mutual labels:  gradient
greycat
GreyCat - Data Analytics, Temporal data, What-if, Live machine learning
Stars: ✭ 104 (+79.31%)
Mutual labels:  machine-learning-library
pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Stars: ✭ 111 (+91.38%)
Mutual labels:  machine-learning-library

GitHubSplash

Gradient CLI

PyPI Downloads


Get started: Create AccountInstall CLITutorialsDocs

Resources: WebsiteBlogSupportContact Sales


Gradient is an an end-to-end MLOps platform that enables individuals and organizations to quickly develop, train, and deploy Deep Learning models. The Gradient software stack runs on any infrastructure e.g. AWS, GCP, on-premise and low-cost Paperspace GPUs. Leverage automatic versioning, distributed training, built-in graphs & metrics, hyperparameter search, GradientCI, 1-click Jupyter Notebooks, our Python SDK, and more.

Key components:

  • Notebooks: 1-click Jupyter Notebooks.
  • Workflows: Train models at scale with composable actions.
  • Inference: Deploy models as API endpoints.

Gradient supports any ML/DL framework (TensorFlow, PyTorch, XGBoost, etc).


See releasenotes.md for details on the current release, as well as release history.


Getting Started

  1. Make sure you have a Paperspace account set up. Go to http://paperspace.com to register and generate an API key.

  2. Use pip, pipenv, or conda to install the gradient package, e.g.:

    pip install -U gradient

    To install/update prerelease (Alpha/Beta) version version of gradient, use:

    pip install -U --pre gradient

  3. Set your api key by executing the following:

    gradient apiKey <your-api-key-here>

    Note: your api key is cached in ~/.paperspace/config.json

    You can remove your cached api key by executing:

    gradient logout

Executing tasks on Gradient

The Gradient CLI follows a standard [command] [--options] syntax

For example, to create a new Workflow in a project use:

gradient projects list
gradient workflows create --name <name> --projectId <project-id>

For a full list of available commands run gradient workflows --help. You can also view more info about Workflows in the docs.

Contributing

Want to contribute? Contact us at [email protected]

Pre-Release Testing

Have a Paperspace QA tester install your change directly from the branch to test it. They can do it with pip install git+https://github.com/Paperspace/gradient-cli.git@MYBRANCH.

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].