Just a simple Flask web app for Coral Edge TPU. For streaming and testing your object detection/classification models.
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.
MIT License