ethereon / netscope

Neural network visualizer

Home Page:http://ethereon.github.io/netscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could I use it in a PC without Internet?

BrettLL opened this issue · comments

Could I use it in a PC without Internet?

Hi @BrettLL, yes.
First of all you have to checkout repo sources and start some lightweight http server from the repo root. For that purpose you may use node.js http-server:

npm install http-server -g
cd netscope
http-server

@RuslanIsrafilov Thanks for your advice~