Skip to main content
Version: 0.7.x

Function: useStyleTransfer()

useStyleTransfer(StyleTransferProps): StyleTransferType

Defined in: packages/react-native-executorch/src/hooks/computer_vision/useStyleTransfer.ts:15

React hook for managing a Style Transfer model instance.

Parameters

StyleTransferProps

StyleTransferProps

Configuration object containing model source and optional preventLoad flag.

Returns

StyleTransferType

Ready to use Style Transfer model.