Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takuseno/watchgpu-master

Master sever of GPU visualization
https://github.com/takuseno/watchgpu-master

Last synced: about 1 month ago
JSON representation

Master sever of GPU visualization

Awesome Lists containing this project

README

        

# watchgpu-master
Master server for [watchgpu-edge](https://github.com/takuseno/watchgpu-edge).

## Install
This server runs on Python3
```
$ pip install -r requirements.txt
```

## Configuration
Edit `config.json` to fill edge server settings with `name`, `address` and `port`.

## Run
Default port is `8888`.
```
$ python server.py
```