Origami-Cloudless-AI / TinyMLaaS-2023-winter

Run Hello World of TensorFlow Lite for micro automatically in Docker
https://Origami-TinyML.github.io/tflm_hello_world
Apache License 2.0
1 stars 2 forks source link

Hello sends data to WebApp via netcat in docker-compose #12

Open doyu opened 1 year ago

doyu commented 1 year ago

https://github.com/Origami-TinyML/tflm_hello_world/blob/main/README.md#sprint-1

How to use netcat, https://quickref.me/nc

doyu commented 1 year ago

Right now we use the simplest TCP stream to pass data. In Sprint 2, we will pass image data over network, where we need to get an image from a stream. Do you have any idea how this could be done simply? The TCP stream would need to implement to cut a file out from a stream. It's too much work. Can't we use REST put to pass an image file later here? This way may be easier? At this point we won't need to care about performance but we first make this work, ASAP. What do you think?