Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielathome19 authored Apr 20, 2022
1 parent d2a7e5d commit 8bbd21a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8bbd21a

Please sign in to comment.