Giter Site home page Giter Site logo

dsci532-group16's Introduction

Mental Health Awareness Dashboard

app sketch

The app is a dashboard to more efficiently consume the mental illness survey data and drive insights into different areas of mental illness awareness in tech companies around the world. After landing on this dashboard, users can filter generic company, employee and mental health related filters on the left hand side. For example, they can filter by region and age group. The filtering will then drive the visualizations on the tabbed right side of the app.

Each tab will then answer specific topics that our target audience might be interested in. For example, the tabs could include:

  • Awareness (of mental illness)
  • Healthcare Benefits (vs mental illness)
  • Privacy (around mental illness)

Within each tab, we may include different visualizations that will tell a story around each topic. For example, the user may try to understand mental illness awareness by state by going to the Awareness tab and then toggling different states in the US.

Usage

There are two suggested ways to run this analysis:

1. Deploy and run on Heroku

This dashboard is hosted on Heroku: https://it-mental-health-dash.herokuapp.com/ The heroku repository URL is: https://git.heroku.com/it-mental-health-dash.git

Deploy on to your own Heroku Account

Once you've cloned this github repository, you can do the following from the root of the repo:

heroku create [app_name]
git push heroku main
heroku ps:scale web=1

If you make changes and want to redeply to Heroku

Note this does not include details on fork and branch handling in github.

git status
git add .
git commit -m "change description"
git push heroku main
heroku ps:scale web=1

2. Run without Heroku

After cloning this repository and installing the python dependencies below, run the following from the root of this repo:

python src/app.py

Dependencies

Python

We are providing you with a pip environment file which is available here. You can download this file and install dependencies in your desired environment.

pip install -r requirements.txt
pandas
gunicorn
altair
dash==1.18.1
dash_bootstrap_components
plotly==4.14.3
vega_datasets

dsci532-group16's People

Contributors

jufu avatar nashmakh avatar micahkwok 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.