Git Product home page Git Product logo

callforcode's Introduction

Call for Code project

Mallory Gaspard - [email protected] Shoshana Malfatto - [email protected] Joseph Souto - [email protected]

Github Repo Link:

https://github.com/shanalily/callforcode

Project Description

When diasaster strikes and help is desperately needed, one of the most signficant contributors to the chaos is misallocation and disorganization of volunteers and aid services. After seeing countless images on national news of disaster reilef volunteers being turned around due to miscommunications, hearing horror stories of people waiting for hours on their roofs during hurricanes for help to arrive, and even watching one of the creator's family get rescued from their flooded home via volunteer canoe since no emergency vehicles were availible at the time, the creators decided to develop the Optimal Relief Scheduler App, in order to optimize the process. Employing machine learning, image recognition technologies, and network analysis, we are able to determine the most efficient ways to allocate volunteers, while determining levels of risk due to disaster damage in order to ensure that volunteers arrive with the aid equipment most useful for saving victims and to ensure volunteer and victim safety as well. Thus, in short, ORSA - Optimal Relief Scheduler App is a web application that employs machine learning image recognition and network science to determine efficient allocation of volunteer resources and accurate risk assessment to ensure volunteer and victim safety.

Requirements

  • Python 3.5.2 and above
  • Postgres 9.5.13 and above

Developer Instructions

Clone repository:

git clone [email protected]:shanalily/callforcode.git
cd callforcode

Install requirements:

pip install -r requirements.txt

Install and set up Postgres https://www.postgresql.org/download/. You can create a role and a password. Create a database for project:

CREATE DATABASE callforcode;

Set environment variable for database URL.

export SQLALCHEMY_DATABASE_URI="postgres://<role>:<password>@localhost/<dbname>"
export CFC_SECRET_KEY=0 # this can be anything for now

To run the application:

python run.py

callforcode's People

Contributors

shanalily avatar koesine avatar mgaspard avatar

Stargazers

Ashish Ojha avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

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.