This VIPS model is **an example only, without any actual agronomic value**. It provides examples of how you
create your own pest prediction model that can be deployed to a [VIPSCore-Python server](https://gitlab.nibio.no/VIPS/VIPSCore-Python) deployment.
create your own pest prediction model that can be deployed to a [VIPSCore-Python server](https://gitlab.nibio.no/VIPS/VIPSCore-Python) deployment. This model is using the [VipsCore-Python-Common](https://gitlab.nibio.no/VIPS/vipscore-python-common) package, where you can find general information about [how to implement a VIPS Model in Python](https://gitlab.nibio.no/VIPS/vipscore-python-common/-/blob/main/docs/VIPSModel.md). The current project is a proof-of-concept, demonstrating best practices.
## How to deploy this model
See the [VIPSCore-Python README](https://gitlab.nibio.no/VIPS/VIPSCore-Python#install-vips-models) for how to make it available on that server.
See the [VIPSCore-Python README](https://gitlab.nibio.no/VIPS/VIPSCore-Python#install-vips-models) for how to make it available on that server. Please remember that this model should not be available to the public :-)
## Testing
The tests are located in the `tests` folder, and we're using [Pytest](https://docs.pytest.org/)