https://github.com/fjudith/docker-tensorflow-playground
Dockerized Tensorflow Playground based on amd64/node official image
https://github.com/fjudith/docker-tensorflow-playground
Last synced: 9 months ago
JSON representation
Dockerized Tensorflow Playground based on amd64/node official image
- Host: GitHub
- URL: https://github.com/fjudith/docker-tensorflow-playground
- Owner: fjudith
- Created: 2018-04-10T00:51:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T23:07:21.000Z (over 7 years ago)
- Last Synced: 2025-02-15T01:28:26.335Z (10 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Tinker with a Neural Network Right Here in Your Browser.
## Quick Start
```bash
docker container run --name="ts-pg" --rm -p 8080:8080 fjudith/tensorflow-playground
```
Open a web browser session to http://**your_docker_host_ip**:8080
**Warning: This image does not leverage internal database nor persistent volume**
## Reference
* https://playground.tensorflow.org
* https://github.com/tensorflow/playground