Metadata-Version: 2.3
Name: qwak-inference
Version: 0.2.1
Summary: Qwak Inference is a Python library for running predictions again Qwak Models.
License: Apache-2.0
Keywords: mlops,ml,deployment,serving,model
Author: Qwak
Author-email: info@qwak.com
Requires-Python: >=3.9,<3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Provides-Extra: batch
Provides-Extra: feedback
Requires-Dist: boto3 (>=1.24.89,<2.0.0) ; extra == "batch" or extra == "feedback"
Requires-Dist: google-cloud-storage (>=2.14.0,<3.0.0)
Requires-Dist: joblib (>=1.1.0,<2.0.0) ; extra == "batch" or extra == "feedback"
Requires-Dist: numpy (>=1.21.6) ; python_full_version >= "3.7.1" and python_version < "3.10"
Requires-Dist: numpy (>=1.24.0) ; python_version >= "3.10"
Requires-Dist: pandas (<1.4) ; (python_full_version >= "3.7.1" and python_version < "3.8") and (extra == "batch" or extra == "feedback")
Requires-Dist: pandas (>=1.4.0) ; (python_version >= "3.8" and python_version < "3.12") and (extra == "batch" or extra == "feedback")
Requires-Dist: pyarrow (>=6.0.0,<11.0.0) ; extra == "batch"
Requires-Dist: qwak-core (>=0.7.1,<1) ; extra == "batch" or extra == "feedback"
Requires-Dist: requests (>=2.0.0,<3.0.0)
Requires-Dist: tenacity (>=8.0.0,<9.0.0) ; extra == "batch"
Description-Content-Type: text/markdown

# Qwak Inference

Qwak is an end-to-end production ML platform designed to allow data scientists to build, deploy, and monitor their models in production with minimal engineering friction.
Qwak Inference contains tools that allow predicting against the Qwak Platform

