Skip to content

A Python application that runs Coral object detection behind an HTTP server. This is meant to allow interaction with Coral image processing in the same manner as with Deepstack, using POST requests.

License

Notifications You must be signed in to change notification settings

edalquist/coral_detection_service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Installation

Prerequisites

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

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

About

A Python application that runs Coral object detection behind an HTTP server. This is meant to allow interaction with Coral image processing in the same manner as with Deepstack, using POST requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%