Metadata-Version: 2.3
Name: frogml-inference
Version: 0.0.3
Summary: FrogML Inference is a Python library for running predictions again Frogml Models.
License: Apache-2.0
Keywords: mlops,ml,deployment,serving,model
Author: JFrog Ltd.
Author-email: contact@jfrog.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
Requires-Dist: boto3 (>=1.24.89,<2.0.0) ; extra == "batch"
Requires-Dist: frogml (>=1.1.11) ; extra == "batch"
Requires-Dist: google-cloud-storage (>=2.14.0,<3.0.0)
Requires-Dist: joblib (>=1.1.0,<2.0.0) ; extra == "batch"
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")
Requires-Dist: pandas (>=1.4.0) ; (python_version >= "3.8" and python_version < "3.12") and (extra == "batch")
Requires-Dist: pyarrow (>=6.0.0,<11.0.0) ; extra == "batch"
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

# Frogml Inference

FrogML 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.
FrogML Inference contains tools that allow predicting against the FrogML Platform

