a machine learning model registry
Install the dependencies:
pip install -r requirements.txt
Start-up the server:
make
| Name | Description | Default Value |
|---|---|---|
| CHUNK_SIZE | Buffer size for reading files, in bytes | 8192 |
| CONNECTION_STRING | Database connection string | sqlite:///vessel.db |
| FILE_PATH | Path where model files will be written | /tmp/vessel |