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.txtA list of all the python modules can be found in requirements.txt.
To run the test model, you use the command:
> python3 demo.pyThis downloads the dataset along with constructing it, training it and evaluating it. The results are saved to result.txt.