SOSTIME is a Python application that given a location predicts how much time would take to the regional emergency services to attend a real-time request using Machine Learning.
We keep every data exploration we have ever done developing SOSTIME in this Jupyter Notebook.
Besides Python 3.6 we will be using the following packages:
You can simply install each package using pip
as follows:
pip install <package>
Or you can install all the packages needed with the requirements.txt
file by running:
pip install -r requirements.txt
Please check our CONTRIBUTING file.
Please check our CODE OF CONDUCT file.
Please read the LICENSE provided in this repo.