Skip to main content

Define Input concept

To develop the input (FaceInput) for our AI application, it is necessary to create the concept along with all of its associated properties.

  • Step 1 - create the concept
$ ofc new concept face_input --dest=DIR:./face-app
  • Step 2 - add the image property of type camera
$ ofc new property face_input image:camera --dest=DIR:./face-app
OpenfabricAI Footer