diff --git a/README.md b/README.md index c0ee69a..39749a9 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,12 @@ For data used in my experiments: **NOTE:** these folders should be placed in the **same** folder as "main.py". For folder existing conflicts, simply merge the directories. -In main.py, the "main" function acts as the controller for the model, where calls to train the model, create a prediction, , and all other functions are called. One may also call these functions from an external script ("from main import get_total_duration", etc.). +In main.py, the "main" function acts as the controller for the model, where calls to train the model, create a prediction, and all other functions are called. One may also call these functions from an external script ("from main import get_total_duration", etc.). To choose an operation or series of operations for the model to perform, simply edit the main function before running. Examples of all function calls can be seen commented out within main. +A demo of the full prediction system can be found [here](http://danielszelogowski.com/thesis/demo.php). + # Bugs/Features Bugs are tracked using the GitHub Issue Tracker.