Skip to content
Snippets Groups Projects
Commit 900e10a0 authored by Manon Blanco's avatar Manon Blanco Committed by Mélodie Boillet
Browse files

Document a predict command for development

parent de0eb743
No related branches found
No related tags found
1 merge request!307Document a predict command for development
......@@ -36,6 +36,18 @@ The library already has all the documents needed to run the [training command](.
teklia-dan train --config configs/tests.json
```
The library already has all the documents needed to run the [predict command](../usage/predict/index.md) with a minimalist model. In the `tests/data/prediction` directory, you can run the following command and add any extra parameters you need:
```shell
teklia-dan predict \
--image-dir images/ \
--image-extension png \
--model popp_line_model.pt \
--parameters parameters.yml \
--charset charset.pkl \
--output /tmp/dan-predict
```
## Documentation
This documentation uses [Sphinx](http://www.sphinx-doc.org/) and was generated using [MkDocs](https://mkdocs.org/) and [mkdocstrings](https://mkdocstrings.github.io/).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment