The goal of this project is to develop a unified platform for Internet of Things systems of the biomass sensor and HAUCS.
This project uses Flask as the web framework because it allows for the easy use with all the coding languages as well as processing of the Firebase database.
This project has two main Python files, the app.py script and the firebase.py script.
App.py handles the creation of different website routes and also the distribution of data from the data generator into HTML.
Firebase.py handles the creation of all the graphs given the information from the database and the data generator
This repository contains two sets of data. One collected by the deployed biomass sensors in HBOI's outdoor algae tanks which make part of their IMTA system. The second set of data comes from a data generator found in the data generator file
This repository contains a static folder and a templates folder.
The static folder holds graphs and images displayed throughout the website, as well as CSS, JavaScript, and JSON files used for the styling, interactivity, responsiveness, and visualization part of the website.
The templates folder contains all the HTML files that structure the layout of the webpages and communicates with JavaScript and Python