rooms icon indicating copy to clipboard operation
rooms copied to clipboard

cloud web Service to train data

Open jaburges opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe. everyone has to spin up a pipenv to train their data (when its essentially the same process) Add Json files, crunch model, spit out result - import to phone.

Describe the solution you'd like could we spin up a cloud service where the user uploads their models and it provides the results back? I have a dev Azure subscription I could leverage? not sure how to make a web front end for it though?

Describe alternatives you've considered not sure if its of value, but thought i'd suggest it

jaburges avatar Jan 06 '21 20:01 jaburges

Sounds like an interesting idea, but not a priority at the moment. It would also be nice to store models under some cryptic URL, so users can download the same model on multiple devices. I have no experience with Azure, so I don't know how time intensive it is to spin something up there. Have also toyed with the idea to provide the service myself, by hosting it on a Pi or some other device. But I don't have free hardware available at the moment. The required processing power should be fairly low, as these models are not very demanding to train.

st0nedB avatar Jan 10 '21 16:01 st0nedB

After some brief research, it seems that Flask might be a good choice to do this.

st0nedB avatar Jan 10 '21 17:01 st0nedB