معرفی شرکت ها


aixplain-pipelines-0.0.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

aiXplain Pipelines adds AI functions to software.
ویژگی مقدار
سیستم عامل -
نام فایل aixplain-pipelines-0.0.4
نام aixplain-pipelines
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Thiago Castro Ferriera and Duraikrishna Selvaraju
ایمیل نویسنده thiago.ferreira@aixplain.com, krishna.durai@aixplain.com
آدرس صفحه اصلی https://github.com/aixplain/pipelines/tree/main/docs
آدرس اینترنتی https://pypi.org/project/aixplain-pipelines/
مجوز http://www.apache.org/licenses/LICENSE-2.0
# aiXplain Pipelines aiXplain Pipelines enables python programmers to add AI functions to their software. An aiXplain pipeline is a directed acyclic graph (DAG) of AI functions built using aiXplain's designer UI. An AI function is a data processing step that relies on a machine learning model to execute. An example of an AI function is speech recognition or machine translation. It helps you process your data by calling a series of functions as defined in the DAG, abstracting the orchestration by providing a simple python function call. aiXplain has a collection of AI models for each AI function. You can explore the collection of our AI models by using the discover feature of our [platform's website](https://platform.aixplain.com/). ## aiXplain Pipeline Designer DAG The image below shows a sample aiXplain pipeline built for subtitling video files. The description of the pipeline can be found in the [documentation](docs/samples/subtitle_generator/README.md). <img src="docs/assets/designer-subtitling-sample.png" width=30% height=30%> ## Installation ``` pip install aixplain-pipelines ``` ## User Guide In order to use aiXplain pipelines, you need to create an account in [aiXplain platform](https://platform.aixplain.com/). Follow the code samples listed below to get started. ### Code Samples and Demos aixplain-pipelines provides python APIs to call AI workflows you can build with aiXplain designer. #### Generic Snippet ``` from aixplain_pipelines import Pipeline api_key=<API_KEY> pipe = Pipeline(api_key=api_key) path=<DATA_URL> response = pipe.run(data=path) ``` API_KEY can be obtained by creating a pipeline in pipeline designer through the aiXplain platform UI. For DATA_URL generate a http(s) link to your image or video file to process, though text input can be directly supplied to data parameter in the run function without needing a URL. Information on how to generate the API_KEY can be found in the [subtitle generation pipeline sample video](https://aixplain.com/designer-tutorial/). #### Subtitle Generation This demo creates a .srt file for the supplied video using aixplain-pipelines. Follow the instructions in the [documentation](docs/samples/subtitle_generator/README.md). ## Developer Guide Follow the developer guide [documentation](docs/development/developer_guide.md). ## Support Raise issues for support in this repository. Pull requests are welcome!


نیازمندی

مقدار نام
>=2.1.0 requests
>=4.1.0 tqdm


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

مقدار نام
>=3.5, <4 Python


نحوه نصب


نصب پکیج whl aixplain-pipelines-0.0.4:

    pip install aixplain-pipelines-0.0.4.whl


نصب پکیج tar.gz aixplain-pipelines-0.0.4:

    pip install aixplain-pipelines-0.0.4.tar.gz