Skip to content

Releases: robmarkcole/coral-pi-rest-server

Allow you to pass a min_confidence

28 Oct 13:58
cf437f4
Compare
Choose a tag to compare

Allow you to pass a min_confidence in the form post similar to how deepstack operates.

Bugfix

20 Mar 05:53
23b4ada
Compare
Choose a tag to compare

fixes #62

Update to use pycoral

14 Aug 05:21
Compare
Choose a tag to compare

Update to use pycoral library

Kinda stable so release

15 May 04:05
Compare
Choose a tag to compare
v1.0

Update README.md

Adds basic logging and service

13 Aug 04:52
23d076b
Compare
Choose a tag to compare

Adds basic logging to file and adds a service for running the app on restart of the pi

Use args

09 Aug 17:08
7d8e0c0
Compare
Choose a tag to compare

Use args to allow setting:

  • Port
  • Model directory
  • Model file
  • Labels file

Use disk images from edgetpu-platforms

06 Aug 05:11
Compare
Choose a tag to compare

Use disk images from edgetpu-platforms to simplify setup for raspberry pi users

Fix confidence as float

31 Jul 04:42
Compare
Choose a tag to compare

Fixes an inconsistency with deepstack

Makes deepstack compatible

30 Jul 05:25
2fffee1
Compare
Choose a tag to compare

Adds Docker support

17 Jun 05:11
4e7fe94
Compare
Choose a tag to compare

Adds Docker file, big thanks to @lmamakos