Skip to content

autonlab/covidashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wastewaterui

Interface for the WasteWater Surveillance System

This is currently meant to run as just a flask development system. To get it working, make a Python 3.8 Conda environment and install all necessary packages as found in requirements.txt. For lighter weight solution using venv:

  • python -m venv your_env_name
  • source ./your_env_name/bin/activate
  • pip install -r requirements.txt

For WebUI installation, if pip install -r requirements.txt fails:

pip install git+https://github.com/Widdershin/flask-desktop.git

From there:

export FLASK_APP=webui flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors