Schwittleymani / ECO

Electronic Chaos Oracle
https://schwittlick.net/eco
Apache License 2.0
6 stars 1 forks source link

implement python < - >java communication protocol #76

Closed schwittlick closed 7 years ago

schwittlick commented 7 years ago

in order to 'talk' to word level rnn apps written in python https://github.com/mrzl/ECO/issues/74

schwittlick commented 7 years ago

with this the GUI can run on an alienware & the heavy shit on lyrik

transfluxus commented 7 years ago

Setup a HTTP Server with flask (python webframework) http://flask.pocoo.org/ That's almost an overkill since, the client (alienware) is just gonna send the written text as one type of an request and gets back the answer from the machine in json. The Router must do portforwarding for that. In case of images the server will return the URL of pictures that its gonna provide and the client does simple processing load image stuff On the clientside, ... it's basic http calls in processing, or http client library.

schwittlick commented 7 years ago

continued by https://github.com/mrzl/ECO/issues/107