Skip to main content

Asyncio Tensorflow Serving Communication.

Project description

aiotf

Asyncio-based Tensorflow Serving Prediction

Features

  • asyncio: better use of your cpu idle time
  • pep8 compliant: following best code standards
  • high-performance prediction: we use aio-grpc

Example

import aiotf

async def make_prediction(model_name: str, data):
  async with aiotf.AsyncTensorflowServing('localhost:9000') as client:
    predictions = await client.predict(model_name, data)

You can find more examples in the examples/ subdirectory.

Installation

$ pip install aiotf

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiotf-0.1.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

aiotf-0.1.0-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page