Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takuseno/watchgpu-master
- Owner: takuseno
- Created: 2018-10-10T05:14:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T11:06:30.000Z (about 6 years ago)
- Last Synced: 2024-10-23T04:06:46.178Z (2 months ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```