#Installation
This project requires a Coral TPU to run. Install the Coral TPU drivers as described here. This project was developed in Python 3.7, and this is the recommended Python version.
Install using pip:
pip install --extra-index-url https://google-coral.github.io/py-repo/ git+https://github.com/mmorys/coral_detection_service.git
#Usage Run server from terminal using the command
coral-serve
For help on command line arguments, run
coral-serve --help