Interaction-without-Interac.../server
Patrice Matz b94f5cfc2a
Update README.md
2019-06-15 18:53:49 +02:00
..
videos added mock interface 2019-06-06 18:46:25 +02:00
.gitignore added mock interface 2019-06-06 18:46:25 +02:00
.pylintrc added mock interface 2019-06-06 18:46:25 +02:00
Dockerfile detect import done 2019-06-06 19:30:40 +02:00
README.md Update README.md 2019-06-15 18:53:49 +02:00
app.py fixed multiple box bug 2019-06-13 16:40:33 +02:00
cams.json fixed multiple box bug 2019-06-13 16:40:33 +02:00
clients.json client zeug 2019-06-10 13:54:58 +02:00
detector.py fixed multiple box bug 2019-06-13 16:40:33 +02:00
model.pb added mock interface 2019-06-06 18:46:25 +02:00
motion_detector_old.py added mock interface 2019-06-06 18:46:25 +02:00
requirements.txt fixed multiple box bug 2019-06-13 16:40:33 +02:00

README.md

UI

usage

git clone https://github.com/Askill/UI cd UI docker build -t ui-server . docker run -ti --rm -p 80:5000 ui-server:latest