-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35c9c15
commit afbafee
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# iTrace-Visualize | ||
Data visualization application for the iTrace infrastructure | ||
Data visualization application for the iTrace Infrastructure. | ||
|
||
iTrace-Visualize requires input in the form of a SQLite database generated from iTrace-Toolkit, as well as a video generated from iTrace-ScreenRecord and OBS. | ||
|
||
To run iTrace-Visualize, make sure a recent version of Python 3 is installed, and run `pip install -r requirements.txt` to install the required dependencies. `Visualization.py` is the main script. |