Git Product home page Git Product logo

disaster-monitoring's Introduction

Disaster Monitoring Dashboard

This is a web-based dashboard that can be deployed in the event of a widespread natural disaster to crowdsource, contextualize and centralize information.

Reports are crowdsourced and curated from public information on social media and news outlets, augmented with geolocation and other details and shown on a map. This can help first responders and interested parties quickly identify locations with the greatest needs and route resources accordingly.

This project was built as a response to the Aug. 14 2021 earthquake that struck the southern peninsula of Haiti. As a survivor of the 2010 earthquake, I created this project to help and perhaps as a way to make myself useful. I hope it will be used to help save lives in other disasters.

Features

This is a Dango-based platform and therefore comes with the flexiblity and power afforded by Python and the Django web framework.

  • Crowdsourcing information: users can add info to be shown on the dashboard after approval.
  • Timeline (coming soon): A timeline of all relevant events is compiled and shown automatically.
  • CMS: It also comes prepackaged with a Content Management System (CMS) allowing users to publish all types of contents to keep the public informed.
  • Etc.

Developer Guide

To deploy, the following environment variables (or configVars on Heroku) are required:

  • DATABASE_URL
  • DB_ENGINE
  • DB_NAME
  • DEBUG
  • SECRET_KEY
  • SENTRY_DSN
  • SERVER_1
  • SERVER_2
  • SERVER_3

To run locally

git clone https://github.com/mreveil/disaster-monitoring.git
cd disaster-monitoring
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Admin Site

Create a superuser

python manage.py createsuperuser

Use the Admin dashboard to add data.

Blog

[TODO] Explain how to add blog entries

Acknowledgement

The frontend is based on the Open-source Django Template crafted on top of Argon Dashboard and Bootstrap.

disaster-monitoring's People

Contributors

mreveil avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

kesnel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.