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

https://github.com/riccardobl/isthisai

Just Experimenting
https://github.com/riccardobl/isthisai

Last synced: about 2 months ago
JSON representation

Just Experimenting

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
```