معرفی شرکت ها


caikit-0.3.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

AI toolkit that enables AI users to consume stable task-specific model APIs and enables AI developers build algorithms and models in a modular/composable framework
ویژگی مقدار
سیستم عامل -
نام فایل caikit-0.3.1
نام caikit
نسخه کتابخانه 0.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/caikit/
مجوز -
# Caikit Caikit is an AI toolkit that enables users to manage models through a set of developer friendly APIs. It provides a consistent format for creating and using AI models against a wide variety of data domains and tasks. ![Caikit Overview](https://raw.githubusercontent.com/caikit/caikit/main/caikit-overview.png) ## Capabilities Caikit streamlines the management of AI models for application usage by letting AI model authors focus on solving well known problems with novel technology. With a set of model implementations based on Caikit, you can: - Run training jobs to create models from your data - Run model inference using data APIs that represent data as structures rather than tensors - Implement the right training techniques to fit the model, from static regexes to multi-GPU distribution - Merge models from diverse AI communities into a common API (e.g. `transformers`, `tensorflow`, `sklearn`, etc...) - Update applications to newer models for a given task without client-side changes ## What Differentiates Caikit from Other AI Model Runtimes? Developers who write applications that consume AI models are not necessarily AI experts who understand the intricate details of the AI models that they use. Some would like to treat AI as a "black box function" where they give it input and it returns the output. This is similar in cloud computing whereby some users would like to deploy their applications to the cloud without detailed knowledge of the cloud infrastructure. The value for them is in their application and that is what is of most interest to them. Caikit provides an abstraction layer for application developers where they can consume AI models through APIs independent of understanding the data form of the model. In other words, the input and output to the model is in a format which is easily programmable and does not require data transformations. This facilitates the model and the application to evolve independently of each other. When deploying a small handful of models, this benefit is minimal. The benefits are generally realized when consuming 10s or hundreds of AI models, or maintaining an application over time as AI technology evolves. Caikit simplifies the scaling and maintenance of such integrations compared to other runtimes. This is because other runtimes require an AI centric view of the model (for example, the common interface of “tensor in, tensor out”) which means having to code different data transformations into the application for each model. Additionally, the data form of the model may change from version to version. ## User Profiles There are 2 user profiles who leverage Caikit: - AI Model Author: - Model Authors build and train AI models for data analysis - They bring data and tuning params to a pre-existing model architecture and create a new concrete model using APIs provided by Caikit - Examples of model authors are machine learning engineers, data scientists, and AI developers - AI Model Operator: - Model operators use an existing AI model to perform a specific function within the context of an application - They take trained models, deploy them, and then infer the models in applications through APIs provided by Caikit - Examples of operators are cloud and embedded application developers whose applications need analysis of unstructured data ## AI Model Operator Example Check out the [Text Sentiment example](examples/text-sentiment/) to understand how to load and infer a model using Caikit. ## Code of conduct Participation in the Caikit community is governed by the [Code of Conduct](CODE-OF-CONDUCT.md).


نیازمندی

مقدار نام
- alchemy-config>=1.1.1,<2.0.0
- alchemy-logging>=1.0.4,<2.0.0
- anytree>=2.7.0,<3.0
- docstring-parser>=0.14.1,<0.15.0
- grpcio-health-checking>=1.35.0,<2.0
- grpcio>=1.35.0,<2.0
- ijson>=3.1.4,<3.3.0
- munch>=2.5.0,<3.0
- protobuf>=3.19.0,<5
- prometheus_client>=0.12.0,<1.0
- py-grpc-prometheus>=0.7.0,<0.8
- PyYAML>=6.0,<7.0
- requests>=2.26.0,<3.0
- semver>=2.13.0,<4.0
- six>=1.16.0,<2.0.0
- tqdm>=4.59.0,<5.0.0
- py-to-proto>=0.1.2,<0.2.0
- import-tracker>=3.1.5,<4


زبان مورد نیاز

مقدار نام
~=3.8 Python


نحوه نصب


نصب پکیج whl caikit-0.3.1:

    pip install caikit-0.3.1.whl


نصب پکیج tar.gz caikit-0.3.1:

    pip install caikit-0.3.1.tar.gz