The Stanford DDL Transcript Analyzer takes in raw transcripts from deliberations and performs argument analysis on them.
- Navigate to the folder this program was downloaded to:
DDL-Transcript-Analyzer. - Open the
datafolder. - Create folders for each session you would like to analyze. For example,
1for Session 1.* If that folder already exists, please ensure it is empty. - Place your data of
.xlsxor.csvfiles into their appropriate session folder. - Exit the
datafolder and return to the mainDDL-Transcript-Analyzerfolder. - Run
main.pyand follow the on-screen prompts. If the program ever errors, redo this step. - Return to the main
DDL-Transcript-Analyzerfolder. - Open the
resultsfolder. - The results can be found in subfolders identical in name to the data folders you created in Step 3.
*In the future, we hope to remove the need for subfolders to simplify ease of use: Issue #36
Please run the following commands before beginning development to avoid leaking API Keys and mixing up transcripts:
git update-index --skip-worktree codebase/api_keys.pygit update-index --skip-worktree codebase/__pycache__/api_keys.cpython-312.pycgit update-index --skip-worktree data/git update-index --skip-worktree codebase/processing/git update-index --skip-worktree results/