FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rlambrecht/node-tensorflow-docker: Node.JS API serving a tensorflow image classifier with Docker. · GitHub

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-tensorflow-docker

Node.JS API serving a tensorflow image classifier with Docker.

Requirements

Docker

~2GB of disk space

Usage

Build the docker image

$ docker build -t .

Run the image

$ docker run -p 49160:8080 -d

Verify it's working

Go to http://localhost:49160 and you should see "Hello World!"

About

Node.JS API serving a tensorflow image classifier with Docker.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL