-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running node js in javafx application using trireme for working with Tensorflow #185
Comments
I'm always happy when people are interested in Trireme and anything that
combines Node.js and Tensorflow sounds like it could be cool to me.
With that said, we've found it very difficult to keep Trireme (and Rhino,
actually) up to date with Node and with JavaScript. Depending on how much
of the modern features of those platforms and languages you need, and how
much you expect people to be able to write their own code for your
application, you might want to keep that in mind.
…On Wed, Jun 27, 2018 at 1:42 AM Ityav ***@***.***> wrote:
I have been weighing the possibility of merging these stacks together into
a standalone application.
1. Trireme
2. Node js
3. Tensorflow
I want to develop a rich internet application using javafx. I love
building things around java ecosystem.
I am working on machine learning programs and i have found Tensorflow
javascript <https://www.tensorflow.org/> library very useful since it
enable me to work with trained models from other languages like python.
Tensorflow uses node js to run its JavaScript, therefore i will like to
embed node js inside my application as a self contain.
With Trireme i should be able to embed node and use it to run the
tensorflow.
All i need is to initialize node js from my javafx application, run my
Tensorflow powered ML in javascript using javafx webview
Thanks for your contributions and advance
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#185>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAf0a_sljFzSgjkG6J8g-we7sM7KmMBIks5uA0VagaJpZM4U5SjJ>
.
|
Sure it is not so easy as you also express it. Node and Javascript are ever maintained. |
I have been weighing the possibility of merging these stacks together into a standalone application.
I want to develop a rich internet application using javafx. I love building things around java ecosystem.
I am working on machine learning programs and i have found Tensorflow javascript library very useful since it enable me to work with trained models from other languages like python.
Tensorflow uses node js to run its JavaScript, therefore i will like to embed node js inside my application as a self contain.
With Trireme i should be able to embed node and use it to run the tensorflow.
All i need is to initialize node js from my javafx application, run my Tensorflow powered ML in javascript using javafx webview
Thanks for your contributions and advance
The text was updated successfully, but these errors were encountered: