To run this code, install the required packages as follows:
poetry install
Then, please download GSP_TRAFFIC_Python
from this repository, and place it as follows:
.
├── GSP_TRAFFIC_Python
├── README.md
├── app
├── app.py
├── poetry.lock
├── pyproject.toml
└── utils
The GUI application was made by using Streamlit. If you would like to try this, please use the following command.
poetry run streamlit run app.py