traffic_accident_modelling Code
Brought to you by:
syabz03
| File | Date | Author | Commit |
|---|---|---|---|
| WebApp | 2023-08-08 |
|
[b2639b] Initial Commit |
| .gitignore | 2023-08-08 |
|
[b2639b] Initial Commit |
| README.md | 2023-08-08 |
|
[b2639b] Initial Commit |
resources folderAdd contents of subfolder distance and severity from the downloaded resources folder to this project's WebApp/resources/{distance/severity} folderExecute the appropriate commands below depending on your machine
$ cd WebApp
$ python -m pip install -r requirements-windows.txt
$ cd WebApp
$ conda install -c conda-forge shap
$ python -m pip install -r requirements-macOS.txt
$ cd WebApp
$ python index.py
| OS | Python | Working |
|---|---|---|
| Windows 10 | 3.9.13 | ✅ |
| macOS Ventura | 3.10.6 | ✅ |