cedias / WrappedTFP

Wrapped Tensorflow Projector for local use.

Home Page:http://projector.tensorflow.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WrappedTFP

WrappedTFP is just the original Tensorflow Projector wrapped within a python http.server for local use:


Clone & Install with:

pip install git+https://github.com/cedias/WrappedTFP.git

/!\ some files are quite large, download can take some time /!\

Usage:

Launch the projector, use --port to modify default port:

python -m wrappedtpf.serve [--port 8989]

By default it opens a new tab or browser window. If not, just navigate to http://localhost:port

meant for python3.x

About

Wrapped Tensorflow Projector for local use.

http://projector.tensorflow.org/


Languages

Language:HTML 99.9%Language:Python 0.1%