Giter Site home page Giter Site logo

fume-hood-dashboard's Introduction

fume-hood-dashboard

Overview of relevant folders/files

  1. dash - folder containing Plotly Dash related files
    1. assets - folder containing the Dash css file
      1. site.css - main css file used to style the dashboard
    2. pages - folder containing python files for each of the dashboard pages
      1. dashboard.py - file representing the main fume hood dashboard page
    3. app.py - home page, file that you run to initialize the dashboard. Right now just displays a 404 error.
  2. add_fumehood_data.ipynb - code to process and add synthetic data to the database
  3. hoodnaming.ipynb - csv file with Biotech raw point names and synthetic point names
  4. Other files - irrelevant at this time

Running the dashboard

  1. Clone the repository
  2. Install the latest version of the following packages (via pip or equivalent)
    1. dash
    2. dash_bootstrap_components
    3. dash_treeview_antd
    4. pandas
    5. numpy
  3. cd into the dash folder and run python app.py
    1. You should see something like Dash is running on http://127.0.0.1:8055/ in the terminal. Copy-paste this URL into a web browser to load the page.
      • If you get an error, you may not have all packages installed correctly. Please reach out to [email protected] for assistance.
    2. You will see a 404 page not found (this is expected). Click the blue link above that text to enter the dashboard.
  4. Alternately, use docker to run the dashboard server in a container. You will need to have docker installed to make this work.
    1. docker build -t fume-hood-dashboard .
    2. docker run -dp 8055:8055 fume-hood-dashboard

fume-hood-dashboard's People

Contributors

aimeetsang avatar mchen892 avatar nuocen avatar reinw482 avatar robertfeldstein avatar stanleychenusa avatar stevemandl avatar stevenzhouzh avatar syc33syc avatar thereidfleish avatar thereidfleishcornell avatar

Stargazers

 avatar  avatar

Watchers

 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.