Skip to content

Instantly share code, notes, and snippets.

@zsajjad
Last active March 16, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zsajjad/e475b9abc0c731cabde5fecc50bc78a6 to your computer and use it in GitHub Desktop.
Save zsajjad/e475b9abc0c731cabde5fecc50bc78a6 to your computer and use it in GitHub Desktop.
Method to create JS instance of fritz styling model
import { RNFritzVisionImageStyling } from 'react-native-fritz';
const darkKnights = await RNFritzVisionImageStyling({
name: 'darkKnights',
modelIdentifier: '55cdc02f89174e1c8458690d5b8621ae', // Your model identifier here
customModel: true,
modelVersion: 1,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment