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
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"plug":"Dlib",
|
|
"host":"localhost",
|
|
"port":8080,
|
|
"key":"Dlib123123",
|
|
"mode":"client",
|
|
"type":"detector",
|
|
"connectionType":"websocket"
|
|
}
|