An application to improve the efficiency of rescue work after a flood, by estimating the locations of people in a stricken area and automatically allocating resources to rescue them.
- Install Python 3.6+
- Create a local virtualenv
- Clone the repository
pip install -r reqs.txt
- Create a folder at the top level of the project called
instance
, then create an empty file calledconfig.py
in it. Optionally, putDEBUG = True
in the file to get debug messages from Flask. - Test it works with
python run.py
, and navigate to127.0.0.1:5000/