robmarkcole / coral-pi-rest-server

Perform inferencing of tensorflow-lite models on an RPi with acceleration from Coral USB stick
https://coral.ai/products/accelerator
MIT License
67 stars 20 forks source link

Add simple web UI #18

Closed robmarkcole closed 4 years ago

robmarkcole commented 4 years ago

Add web UI for uploading images -> https://github.com/render-examples/fastai-v3/blob/master/app/server.py

image

robmarkcole commented 4 years ago

I think this should be a separate project, keep this repo focussed on rest

robmarkcole commented 4 years ago

Luminoth also have a nice web UI, includes slider for adjusting threshold

https://github.com/tryolabs/luminoth/tree/master/luminoth/tools/server

robmarkcole commented 4 years ago

Using aiohttp

https://github.com/aio-libs/aiohttp-demos#imagetagger-deep-learning-image-classifier

robmarkcole commented 4 years ago

Created https://github.com/robmarkcole/deepstack-web-ui