🖥️Using the Inference API
Learn insights into how your Users think, feel, act and react
Input Format
"Input": {
"input1": {
"text": "Example text input 1",
"category": "Example Category 1",
"img_url": "http://example.com/image1.jpg"
},
"input2": {
"text": "Example text input 2",
"category": "Example Category 2",
"img_url": "http://example.com/image2.jpg"
},
"input3": {
"text": "Example text input 3",
"category": "Example Category 3",
"img_url": "http://example.com/image3.jpg"
},
}
// Additional entries can be added here
Last updated