mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
- New Plugin structure with pluginBase.js - New plugins : Object Detection with YoloV3 and Face Detection with Dlib - Fix 2-Factor Authentication
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"plug":"Yolo",
|
|
"host":"localhost",
|
|
"port":8080,
|
|
"key":"Yolo123123",
|
|
"mode":"client",
|
|
"type":"detector"
|
|
}
|