Just a simple Flask web app for Coral Edge TPU. For streaming and testing your object detection/classification models in a web browser.
Clone this repo, install dependencies, uncomment this line if you're using an usb webcam.
#vs = VideoStream(src=0).start()
Originally tested on RPi4.
- https://coral.ai/docs
- https://www.pyimagesearch.com/2019/09/02/opencv-stream-video-to-web-browser-html-page
- https://github.com/PINTO0309/TPU-MobilenetSSD
MIT License