This folder contains the example machine learning project that the tutorial makes use of.
The command below will install the necessary packages to run the model:
> pip install -r requirements.txt
A list of all the python modules can be found in requirements.txt
.
To run the test model, you use the command:
> python3 demo.py
This downloads the dataset along with constructing it, training it and evaluating it. The results are saved to result.txt
.