nikhilk / node-tensorflow

Node.js + TensorFlow
Apache License 2.0
587 stars 59 forks source link

Development collaboration project. #1

Closed Foorack closed 6 years ago

Foorack commented 8 years ago

Hellu. As GitHub does not have pm functionality and I decided that, this may be the easiest way of contact.

My reason for contacting you is regarding if you are interested in doing a collaboration project with me and a group other developers. The project is located at https://github.com/node-tensorflow/node-tensorflow and we currently use Slack for communication.

We really hope you will join and we are looking forward to a future successful NodeJS API.

Kindly regards ~Foorack

elgambet commented 8 years ago

Hi,

I will try to do my best writing in english, but probably i'll have some bugs!!!

Thanks for contacting me.

It would be great joining in your team, but unfortunately i'm very newbie on AI and tensorflow so i realy dont know how much i could help you guys.

I do have experience in NodeJS, but in traditional software, so if in a near future you still need help and i have more knowledge on AI and tensorflow it would be great joining you.

Thanks

ElGambet

2015-11-11 6:04 GMT-03:00 Max notifications@github.com:

Hellu. As GitHub does not have pm functionality and I decided that, this may be the easiest way of contact.

My reason for contacting you is regarding if you are interested in doing a collaboration project with me and a group other developers. The project is located at https://github.com/node-tensorflow/node-tensorflow and we currently use Slack for communication.

We really hope you will join and we are looking forward to a future successful NodeJS API.

Kindly regards ~Foorack

— Reply to this email directly or view it on GitHub https://github.com/nikhilk/node-tensorflow/issues/1.

nikhilk commented 8 years ago

I just joined the slack channel (totally new to Slack though).

I am certainly hoping to work with others to create a great node.js experience for TensorFlow. I have very minimal experience creating native node addons (time to learn), but lots of js and nodejs experience.

I work closely with the TensorFlow team, so hope to get some initial suggestions/pointers from them, put them up here on the wiki, and start on this...

Liima commented 8 years ago

I'd love the opportunity to work on this project. I'm starting out as a professional software developer with a little nodejs experience from college, several years of js, and a hobbyist's passion for machine learning. Working with other more experienced developers is the exact exposure I'll need to grow as a programmer. Let me know what I can do to help.

amirmo commented 8 years ago

TensorFlow is getting so dominant. This project would have the potential to become one of the highly used node libs on npm. Please start this work asap. Unfortunately my time is very limited right now, but as soon as I find abit of time I can contribute also.

nikhilk commented 8 years ago

Folks -- haven't forgotten about this ;)

Just got overly caught up in some things at work -- of course TensorFlow related. I'll get back to this in the next week or so, and also sync up with folks then.

ghost commented 8 years ago

What is the name of the Slack channel here? Very interested in working on this project.

tngan commented 8 years ago

@varkdot This is not official one, https://tensorflowtalk.slack.com. There is a channel called nodejs. @nikhilk We are preparing the proposal and current progress. It will be released in the next week.

Liima commented 8 years ago

could you add me to that slack channel? My email is liimad3v@gmail.com

hardmaru commented 8 years ago

Hi Nikhilk

Interesting project. I saw this cool project on mxnet where they emscripten was used to compile the core C++ libraries in to JS so that trained models can run on the browser.

I wonder if this is the sort of direction you may take. It'll be cool to run a sess.run() equivalent on trained models in JS!

nikhilk commented 8 years ago

@hardmaru the idea is to use the TensorFlow runtime, and program it (define the TensorFlow graph, execute it within a session etc.) from JavaScript.

I'll try to wrap up what I've been doing bit by bit and push it along with notes and issues etc. so more people can pitch in to help make take it all the way sooner.

nikhilk commented 8 years ago

Hey folks -- whats a good time to chat on slack?

I've published my first round of work, its just an indication of direction and where things are going, and far far away from complete.

I think its fine to use ffi and make a bunch of progress building out the various ops to replicate the python framework, but in idiomatic/elegant javascript.

tngan commented 8 years ago

Hi @nikhilk, we have made another repository here and we are going to publish the proposal including the current progress this week. We are from the timezone GMT+8 and GMT+1. We always chat on Slack at 21:00 GMT+8, so what is your preference ?

peterbraden commented 8 years ago

Hi, what's the status of this project? I see 2 node modules generated from this repository, and there's a separate attempt here: https://github.com/node-tensorflow/node-tensorflow - what's the roadmap looking like?

I'd be interested in collaborating.

I created the node-opencv bindings so I have some experience with native node extensions. Would be happy to help.

tngan commented 8 years ago

Hi @peterbraden, we have rolled out the proposal for more discussion first. That's it for now. I am not sure whether the module @nikhilk proposed here is in progress.

quantuminformation commented 8 years ago

Hows things going guys? Want to start building solutions with TF + node.

Good business opportunities.

goatandsheep commented 8 years ago

@peterbraden I think it's dead and that if @nikhilk is going to contribute to the js port, he should just help by contributing to the other community-built one and delete this repository.

SergioCrisostomo commented 7 years ago

@nikhilk @tngan Any update on the status of the repo(s)? Or why they are inactive? Would be nice to have 1 community project so we could help out polishing it.

goatandsheep commented 7 years ago

@SergioCrisostomo I believe it's safe to assume it's dead. Use the community-built package

SergioCrisostomo commented 7 years ago

@goatandsheep the repo you pointed out has no commits in more than one year. That is why I pinged @tngan in the comment/question above.

Would be nice to have some pointers so all of us interested in having tensorflow in Node can join/help.

tngan commented 7 years ago

@SergioCrisostomo This repository was released for drafting the roadmap and direction. A proof-of-concept has been created by @peterbraden.

The latest update was in this thread. (https://github.com/tensorflow/tensorflow/pull/2206)

nikhilk commented 6 years ago

Closing this out -- but I'll add, I've just done a significant update in getting the project into direction I'd like to see going forward along with updated readme, what needs to be done. If anyone is interested, I'd of course love to chat further on a new issue. Thanks!