inferrd.com
Project description
Inferrd
Inferrd is a hosting platform for TensorFlow.
Authentication
In order to use this library you need to get a api token from inferrd.com
Authenticate with the inferrd.auth method:
import inferrd
inferrd.auth('<token>')
Deploying TensorFlow
First, create a model on inferrd.com and select the kind of instance you want. Then simple call inferrd.deploy_tf:
import inferrd
# this only needs to be done once
inferrd.auth('<token>')
# deploy TF
inferrd.deploy_tf(tf_model, '<name of the model>')
Fetching predictions
Inferrd allows us to pull predictions back into your notebook by using inferrd.get_requests:
import inferrd
# this only needs to be done once
inferrd.auth('<token>')
# get the requests
requests = inferrd.get_requests('<name of the model>', limit=100, page=0, includeFailures=False)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file inferrd-0.1.47.tar.gz.
File metadata
- Download URL: inferrd-0.1.47.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
131ffd44f3e3186c6684edce9557224a54089c19c5711b4400ea4371931d3f78
|
|
| MD5 |
8807b23438dacf4fc24dd1d1fc04bd93
|
|
| BLAKE2b-256 |
f5a2e2c1f3dea6003537bac93472be6e2e704756db160e444404a425ff04da04
|
File details
Details for the file inferrd-0.1.47-py3-none-any.whl.
File metadata
- Download URL: inferrd-0.1.47-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35c24c15c3a43dc4666a080b3146e1fc5c7b2c6a04d5b104d571a818b119093e
|
|
| MD5 |
13e709723f1f34effd123ace38be038a
|
|
| BLAKE2b-256 |
d19d2702837f030b3fcbcc0e6fe0471c9b6d5e79aa5a6081d953997ebe001fa7
|