Geospatial anomaly detection app using NuPIC.
First, install requirements:
pip install -r requirements.txt
Then, run:
python server.py
Finally, open https://localhost:5000
in your browser.
You can use the route simulator to generate geospatial data and run it through the model. Simply open https://localhost:5000/simulate
in your browser.
Use tools/run_complete.sh
to run your own data through the system.