nateraw/lambdacloud
An unofficial Python client library for Lambda Lab's Cloud Computing Platform
This is a Python client library for interacting with Lambda Lab's Cloud Computing Platform. It allows developers to programmatically manage their cloud resources, such as creating and deleting GPU instances and managing SSH keys. It takes your API token and desired instance parameters as input, and outputs instance IDs, lists of available instance types, and details about your SSH keys. This tool is for software developers and MLOps engineers who manage cloud GPU infrastructure.
No commits in the last 6 months. Available on PyPI.
Use this if you need to automate the provisioning and management of GPU instances on Lambda Lab's cloud platform using Python.
Not ideal if you prefer to manage your cloud resources manually through a web interface or command line, or if you are not using Lambda Lab's platform.
Stars
12
Forks
—
Language
Python
License
—
Category
Last pushed
Feb 19, 2023
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nateraw/lambdacloud"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
eightBEC/fastapi-ml-skeleton
FastAPI Skeleton App to serve machine learning models production-ready.
satellite-image-deep-learning/model-training-and-deployment
Training and deployment of deep learning models for satellite & aerial imagery
MarwanDebbiche/post-tuto-deployment
Build and deploy a machine learning app from scratch 🚀
BolajiAyodeji/deploy-ml-web-workshop
In this workshop, you will learn how to build a machine learning model using...
codingforentrepreneurs/AI-as-an-API
Learn to create & deploy a deep learning algorithm into a production REST API microservice using...