This repository enables data from a MongoDB database to be uploaded on a web interface.
Clone this repository onto your computer with
git clone https://github.com/bwsi-hadr/access-images
.
Once the data is downloaded, run the application by going into the directory of the repository. Then, do the following command:
python3 application.py
.
If this throws an error, you may need admin access to run the file. Run your command prompt as an administrator (Windows) and repeat the command, or run the following command (Mac/Linux):
sudo python3 application.py
.
Once the program is running, navigate to localhost:8484
in your favorite browser.
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.
(C) 2019 Massachusetts Institute of Technology.
Delivered to the U.S. Government with Unlimited Rights, as defined in DFARS Part 252.227-7013 or 7014 (Feb 2014). Notwithstanding any copyright notice, U.S. Government rights in this work are defined by DFARS 252.227-7013 or DFARS 252.227-7014 as detailed above. Use of this work other than as specifically authorized by the U.S. Government may violate any copyrights that exist in this work.