https://github.com/saulshanabrook/ici.recorder
https://github.com/saulshanabrook/ici.recorder
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulshanabrook/ici.recorder
- Owner: saulshanabrook
- License: epl-1.0
- Created: 2016-09-01T00:25:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T21:01:14.000Z (over 8 years ago)
- Last Synced: 2025-02-15T08:17:02.332Z (8 months ago)
- Language: Jupyter Notebook
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `ici.recorder`
[](https://travis-ci.org/saulshanabrook/ici.recorder)
For recording experiments at the [Institute for Computational Intelligence
at Hampshire College](http://faculty.hampshire.edu/lspector/ici.html).
Currently, it's status is best documented [in a blog post](https://medium.com/@saulshanabrook/data-at-hampshire-ici-8f0e0c064f14).It is not being used by members of the group yet.
## Testing
```bash
docker-compose up
```## Deploying
```bash
set -x TAG temp.xxx
docker-compose build
docker-compose pusheval (docker-machine env deucalion)
docker stack deploy -c docker-compose.yml ici-recorder
```