Skip to content

Training the models

Niklas Korz edited this page Apr 16, 2018 · 6 revisions

Before following this guide, please make sure you installed all dependencies as described in the setup guide for your platform. A list of setup guides can be found here.

The sentinment and pattern models are the easiest to train. For this, cd into the EVE repository and run the following commands. Note that python is expected to be Python 3.6 or newer. If Python 3 is installed as python3 on your platform, run these commands with python3 instead.

python -m bot train-patterns
python -m bot train-sentiments

The generative chat model requires a chat corpus to train on. A chat corpus compatible with this project can be generated from German iOS or Android WhatsApp chat exports by using our Parser.

Clone this wiki locally