This project demos a dashboard built on data from the Global Food Prices dataset and Cost of Healthy Diet dataset.
Some of the tasks this dashboard could help understand -
- which food products are the best selling and most profitable for a user's particular locality in their country, so that they can know what to produce more of.
- seasonal trends of a particular food product in a particular country.
- countries with most varities of food products
- most popular food products across the globe.
- percentage of population in a country that cannot afford a healthy diet.
- this dashboard is hosted on https://sreeragiyer.github.io/GFP-visualizer/
-
clone this git repo
-
start a local server
py -m http.server 8080
this will start a local server on port 8080
-
go to http://localhost:8080/ to view the dashboard
- JavaScript, D3.js, Bootstrap, Plotly, HTML, CSS