Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

AkioHayakawa-sony/nnabla-browser

 
 

Repository files navigation

test

nnabla-browser is a browser-based visualizer forNeural Network Libraries.

For users

Requirements

python >= 3.6

Install

$ pip install nnabla-browser

Run server

Once you have installed nnabla-browser in your environment, you can launch server from anywhere as long as you use same python environment.

$ nnabla-browser --logdir /path/to/logdir --port PORT

For macOS users, you might have to set an environment variable to allow NNabla Browser to use multi-process as follows:

export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

Access server

Launch any browser application and just access to<server-address>:PORT/For example, when you launch server on the same computer which browser can be used, you can accesslocalhost:8888/

For developers

Requirements

  • pipenv
  • npm

Install dependencies

# install javascript dependencies$ npm install# install python dependencies (`--pre` is required to install black.)$ pipenv install --pre

Build frontend

$ npm run build

Run development server

# launch python server$ pipenv run dev# launch frontend server with hot-reloading$ npm run serve

Then, access tolocalhost:8000 from your browser.

Build whl package

Using npm installed in your environment, you can create wheel as follows.

$ make nnabla-browser-wheel# npm is required$ pip install ./dist/nnablabrowser-<version>-<env>.whl

We also provide docker image so that you don't have to set up environment on your server:

$ make bwd-nnabla-browser-wheel# `bwd` stands for build with docker$ pip install ./dist/nnablabrowser-<version>-<env>.whl

Note that .whl file is created in ./dist for default setting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript43.3%
  • Vue39.4%
  • Python14.7%
  • Makefile1.3%
  • Other1.3%

[8]ページ先頭

©2009-2025 Movatter.jp