Base tools for telesto.ai models
Project description
telesto-base
Base image for telesto.ai models.
Instructions
telesto-base contains a pip-installable Python package and a Docker image, allowing you to
easily package your models for telesto.ai competitions.
telesto-base module
To install the module, you can simply use pip:
pip install git+https://github.com/telesto-ai/telesto-base.git@master
If you would like to use the latest not yet released version, you can install the one in the
develop branch.
pip install git+https://github.com/telesto-ai/telesto-base.git@develop
The base image
The base image contains the pre-installed telesto-base module. Your submissions will use this
as a base, so you'll only have to worry about the algorithms and not the packaging. To use it
locally, you can pull the image from Docker:
docker pull telestoai/model-api-base:stable
Alternatively, the image can also be built locally with the command
docker build -t telestoai/model-api-base -f Dockerfile .
An example model
If you are stuck on how to prepare your model for submission, we have prepared a concrete example for you. The example is available in the telesto-models repository with further instructions on the usage.
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 telesto-base-0.0.3.tar.gz.
File metadata
- Download URL: telesto-base-0.0.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d429761b8fde6baf6f781e4e3b7c0ce86fa29c63195fd08a6cbb1f72866d0420
|
|
| MD5 |
a046c89f7911e97861dce1f7fb22635b
|
|
| BLAKE2b-256 |
a21e188c8852ff6cd4cea6b03754dabbd93c614d65b8dfa67df6dfd3a3f34e24
|
File details
Details for the file telesto_base-0.0.3-py3-none-any.whl.
File metadata
- Download URL: telesto_base-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
966c69d4b74f9231ff933054aec770c7bb3de9ce73647283e43e460b7b2d755e
|
|
| MD5 |
9d37d5952c089311d0db1a6d0f318953
|
|
| BLAKE2b-256 |
b745187a37c08e9c36a7fdd12a83f62a317c06b30959bb68d3a4f51fb673d011
|