# stroke **Repository Path**: dark5386567/stroke ## Basic Information - **Project Name**: stroke - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Python 3 command line tool to run [a stroke triage model](https://github.com/aymannnn/stroke) on randomly generated patients at a set of provided locations[1](#footnote1). Locations and adjacent hospitals must be provided, with appropriate pre-calculated travel times[2](#footnote2). Runs model using both generic hospital performance characteristics and provided specific characteristics for each hospital to allow analysis of the impact of including hospital performance in the model. **Included demo input files use random hospital performance characteristics and do not reflect the performance of any real hospitals.** ### Usage ### Dependencies are recorded in `stroke.yml`. From the root of the repo call the tool as ``` python3 main.py ``` where `` and `` are relative paths to correctly formatted hospital and location files. Use `python3 main.py --help` for more information on options. ---- 1: A [Swift implementation](https://github.com/eschenfeldt/stroke-multi) of the tool is also available. 2: A tool to generate these input files for locations and hospitals in the US (without hospital performance data), is available [here](https://github.com/eschenfeldt/stroke_locations)