Mini Kabibi Habibi
{
"id": "1",
"name": "plgclassifier",
"description": "PDF PLG Classifier",
"author": "adobe",
"version": 1,
"targets": {
"WinML": {
"components": [
{
"name": "secured_file",
"path": "1",
"encryption": {
"key" : "none"
}
}
],
"inputs": [
{
"name": "input",
"required": true,
"featureType": "tensor",
"tensor": {
"shape": [1, 3, 384, 384 ],
"dataType": "float"
}
}
],
"outputs": [
{
"name": "output",
"featureType": "tensor",
"tensor": {
"shape": [1, 10],
"dataType": "float"
}
}
]
}
}
}