Initial build
getnamo opened this issue · 2 comments
getnamo commented
Steps
- Init repository
- Scaffold plugin
- Depend on socket.io client plugin
- Define C++ tensorflow base component
- sub-class tensorflow-remote component
- refactor into machine learning generic api
- build simple python server with socket.io listener, calls TFPluginAPI scripts in same format as current tensorflow-ue4 component does. Selects script remotely from client (based on name).
- add a non-component c++ interface used as one parent for component base
- finish getnamo/ml-remote-server#1
- initial working build test
- documentation
getnamo commented
getnamo/ml-remote-server#1 is done.
Might delay c++ interface to second release.
getnamo commented
First release done. Interface refactor set for another time.