https://github.com/riccardobl/isthisai
Just Experimenting
https://github.com/riccardobl/isthisai
Last synced: about 2 months ago
JSON representation
Just Experimenting
- Host: GitHub
- URL: https://github.com/riccardobl/isthisai
- Owner: riccardobl
- Created: 2020-08-10T14:54:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T12:26:59.000Z (almost 5 years ago)
- Last Synced: 2024-10-05T05:20:58.984Z (8 months ago)
- Language: JavaScript
- Homepage: https://riccardobl.github.io/isthisai
- Size: 6.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Headless trainer
### Build
```console
docker build -t isthisai .
```### Run
```console
mkdir -p /srv/training1
docker run \
--restart=always \
-v/srv/training1:/model \
--name=espresso1 \
--read-only \
-d isthisai
```