Sripaad / NDRM-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDRM-platform

Natural Diasater Recovery and Management Platform 

A Platform created to help disaster affected areas recover faster and manage the resources donated.

Ways of intraction

  1. Home page - Globe/Resource Board (essential)
  2. Organisation
  3. Donate / Payment Gateway (3rd party)
  4. Admin panel(scrapper which shall be later automated)
  5. Authority(govt entities)

Things to do :

NER
Proper ML Pipeline/workflow
Impact classification

locationsData.json

Below is a sample locations data sample parsed from scrapped data.

{
    "Locations":
    [
        {
            "locationName" : "UniqueLocationName",
            "locationCount" : "LocationCountforLocationName",
            "locationResouces" : {
                "water" : "count1",
                "shelter" : "count2",
                "medical" : "count3",
                .......
            },
            totalResourceCount = summation(count[i]),
            "locationScore" = "locationCount + totalResourceCount"
        },
        ......
    ]
}

Home Page

Globe:

  1. Live Feed
  2. Needs
  3. Magnitude
  4. Location

Stats(Globe/ResourceBoard) => Organisation => Donate (Payment) / Pick up location

About

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 66.8%Language:HTML 27.5%Language:CSS 3.9%Language:Python 1.5%Language:Shell 0.2%Language:Dockerfile 0.0%Language:Jupyter Notebook 0.0%