GithubHelp home page GithubHelp logo

hhy5277 / node-tensorflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from node-tensorflow/node-tensorflow

0.0 1.0 0.0 99 KB

Node-tensorflow is a NodeJS API for utilizing Google's machine learning library TensorFlow.

License: Apache License 2.0

Dockerfile 2.27% Python 1.93% Shell 9.18% C++ 86.33% JavaScript 0.29%

node-tensorflow's Introduction

TensorFlow.js

build status

Node-tensorflow is a NodeJS API for utilizing Google's open-source machine learning library TensorFlow. This project aims to allow more people easy-to-use access to the TensorFlow library inside of NodeJS while still having performance and stability in mind. The project is in early design stage and we appreciate anyone who would like to help!

Contributing

We currently need all help we can get. We are specially looking for people with C++ knowledge! For more information, please join the slack conversation. https://tensor-flow-talk-invite.herokuapp.com/

Get Started

There is a proof of idea of using SWIG interface. A simple test is made for checking the version of Tensorflow.

$ npm run _preinstall
$ npm install
$ npm test

# Tensorflow Version
ok 1 should be equal

1..1
# tests 1
# pass  1

# ok

Current Progress

In our first proposal, we have defined the roadmap of building a Node.js API to utilize the core functions of Tensorflow. In order to control the graph execution from C++, we have to use Python API to build the computation graph and load the graph using C++ Session API. We are currently working on the Tensorflow interface using SWIG first which drives the C++ core API to a Node.js binding. Python API also provides Optimizers, Tensor Transformations, Type Casting, and some other useful features. We will have further discussion once the interface is built.

Roadmap:

  • In progress

C++ core library <-> SWIG <-> Node.js binding <-> Python API <-> End Users

  • Final stage:

C++ core library <-> SWIG <-> Node.js binding <-> Node.js API <-> End Users

Discussion of interface for different languages

node-tensorflow's People

Contributors

foorack avatar ivanseidel avatar peterbraden avatar tngan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.