opyrator.api
opyrator.api.fastapi_app
opyrator.api.fastapi_utils
: Collection of utilities for FastAPI apps.opyrator.components
opyrator.components.outputs
opyrator.components.types
opyrator.core
opyrator.export
opyrator.tasks
opyrator.ui
opyrator.ui.schema_utils
opyrator.ui.streamlit_ui
opyrator.ui.streamlit_utils
: Hack to add per-session state to Streamlit.opyrator.utils
outputs.ClassificationOutput
outputs.ScoredLabel
types.FileContent
core.Opyrator
export.ExportFormat
: An enumeration.streamlit_ui.InputUI
streamlit_ui.OutputUI
streamlit_utils.SessionState
fastapi_app.create_api
fastapi_app.launch_api
fastapi_utils.as_form
: Adds an as_form class method to decorated models.fastapi_utils.patch_fastapi
: Patch function to allow relative url resolution.core.get_callable
: Import a callable from an string.core.get_input_type
: Returns the input type of a given function (callable).core.get_output_type
: Returns the output type of a given function (callable).core.is_compatible_type
: ReturnsTrue
if the type is opyrator-compatible.core.name_to_title
: Converts a camelCase or snake_case name to title case.schema_utils.get_single_reference_item
schema_utils.is_multi_enum_property
schema_utils.is_multi_file_property
schema_utils.is_object_list_property
schema_utils.is_property_list
schema_utils.is_single_boolean_property
schema_utils.is_single_datetime_property
schema_utils.is_single_dict_property
schema_utils.is_single_enum_property
schema_utils.is_single_file_property
schema_utils.is_single_number_property
schema_utils.is_single_object
schema_utils.is_single_reference
schema_utils.is_single_string_property
schema_utils.resolve_reference
streamlit_ui.function_has_named_arg
streamlit_ui.has_input_ui_renderer
streamlit_ui.has_output_ui_renderer
streamlit_ui.is_compatible_audio
streamlit_ui.is_compatible_image
streamlit_ui.is_compatible_video
streamlit_ui.launch_ui
streamlit_ui.render_streamlit_ui
streamlit_utils.get_current_session
streamlit_utils.get_session_state
: Gets a SessionState object for the current session.
This file was automatically generated via lazydocs.