redhat-et / edge-security-demo

Apache License 2.0
2 stars 6 forks source link

Application to serve video in browser after TF inference #31

Closed AyushAmbastha closed 3 years ago

AyushAmbastha commented 4 years ago

This is a modification of the tensorflow_app directory to stream the data from the TensorFlow container to a browser using HTTP post requests.

Screenshot from 2020-08-07 12-06-54

AyushAmbastha commented 4 years ago

I've tested this on my local machine (RHEL 8) and might have to update the Dockerfile if errors come up.

AyushAmbastha commented 4 years ago

@mpeters I've amended the PR, please review.