feather – a Python SDK to share and deploy models

08/05/2023
by   Nihir Vedd, et al.
0

At its core, feather was a tool that allowed model developers to build shareable user interfaces for their models in under 20 lines of code. Using the Python SDK, developers specified visual components that users would interact with. (e.g. a FileUpload component to allow users to upload a file). Our service then provided 1) a URL that allowed others to access and use the model visually via a user interface; 2) an API endpoint to allow programmatic requests to a model. In this paper, we discuss feather's motivations and the value we intended to offer AI researchers and developers. For example, the SDK can support multi-step models and can be extended to run automatic evaluation against held out datasets. We additionally provide comprehensive technical and implementation details. N.B. feather is presently a dormant project. We have open sourced our code for research purposes: https://github.com/feather-ai/

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/03/2018

Adversarial Robustness Toolbox v0.2.2

Adversarial examples have become an indisputable threat to the security ...
research
12/14/2019

XCloud: Design and Implementation of AI Cloud Platform with RESTful API Service

In recent years, artificial intelligence (AI) has aroused much attention...
research
09/07/2020

TorchKGE: Knowledge Graph Embedding in Python and PyTorch

TorchKGE is a Python module for knowledge graph (KG) embedding relying s...
research
08/10/2020

EagerPy: Writing Code That Works Natively with PyTorch, TensorFlow, JAX, and NumPy

EagerPy is a Python framework that lets you write code that automaticall...
research
07/07/2023

4TCT, A 4chan Text Collection Tool

4chan is a popular online imageboard which has been widely studied due t...
research
10/10/2022

NerfAcc: A General NeRF Acceleration Toolbox

We propose NerfAcc, a toolbox for efficient volumetric rendering of radi...
research
01/30/2019

Writing User Space Network Drivers

The rise of user space packet processing frameworks like DPDK and netmap...

Please sign up or login with your details

Forgot password? Click here to reset