kristoferB / SP

Sequence Planner
MIT License
12 stars 5 forks source link

Online prediction service #80

Open edvardlindelof opened 7 years ago

edvardlindelof commented 7 years ago

One example using GClouds TensorFlow-support and one of a plain python service

edvardlindelof commented 7 years ago

on branch onlinePredictionTest: working dummy example of scala-code requesting a prediction via a dirty python service that in turn calls the tensorflow-model. The java-api for ml-requests has no examples and seems incomplete so calling it directly from scala would mean having to fiddle with the raw rest-requests, I think.