Giter VIP home page Giter VIP logo

estimating-poverty-across-borders's Introduction

Estimating-Poverty-Across-Borders

Team members:

  • Asra Yousuf
  • Het Sheth
  • Rosy Gupta
  • Shantanu Mantri
  • Yu-Ho Hsieh

Description


This is the CSE 6242 final project. We predict the HDI (Human Development Index) using social media data, immagration data, and infrastructure data. The deliveriable includes a Web App, backend service API, scripts to fetch OSM (open street map) data, and the analysis results.

Folder Description


├── data # Training dataset, includes mobility, countries, and HDI prediction

├── diagram # Analysis results and cross validation

├── FrontEnd # All FrontEnd Web App Code

├── models # Random Forest Training models

├── OSMscripts # Scripts to fetch infrastructure data from OSM

├── python-api # API to host server for backend services and regressor model to analyze results

├── scripts # Database scripts

└── README.md

Installation & Execution


If you want to run the webapp in your local machine, please first install npm into your computer. If you are using windows, you can try out Anaconda Prompts. After the installation, please navigate to FrontEnd folder and run the following two commands.

npm install
npm run 

Then you should be able to reach http://localhost:3000/ in your browser.

#Backend The data API can be hosted locally using the commands in python-api folder:

source vv/bin/activate
python api.py

The above commands are only required if any changes need to be made to the backend. However, the API is hosted for data consumption on Heroku at https://shrouded-lake-82256.herokuapp.com/get_data

Trouble Shooting

If you encounter some errors like

/node-sass/vendor no such file or directory in node-sass

please run

npm rebuild node-sass

to fix the problem when you deploy web app on AWS EC2.

Reference

Light Bootstrap Dashboard React

estimating-poverty-across-borders's People

Contributors

hsiehyuho avatar smantri7 avatar asrayousuf avatar hetpsheth avatar

Watchers

James Cloos 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.