This repository contains an example of a Hop Prediction Model developed for the Danish Brewers' Guild in relation to a talk given Thursday, April 3rd 2025 at Alefarm Brewing.
In order to run the Hop Predicition Model, a Python environment should be initialized:
$ python3 -m venv .venv
Once initialized, activate the environment:
$ source .venv/bin/activate
Then, install the required dependencies:
$ pip install -r requirements.txt
Finally, it's possible to run the model using Python:
$ python hop_prediction_model.py
That's pretty much it!
We believe in an open and welcoming community for all.
Please post your questions in the Issues section on GitHub or contact Kasper Tidemann directly at kt@tdmn.co.
Note that if your question has general relevance, it might be worth sharing with others. 🙏