/Bioprocess-Fault-Detection

Primary LanguageJupyter NotebookMIT LicenseMIT

Dashboard for IndPenSim

Setup

Setup a virtual environment either with virtualenv or conda. Python 3.6 is required.

conda create -n <env> python=3.6

Install the requirements.

source activate <env>
pip install -r requirements.txt

Usage

Run the app with python app.py. The dashboard will be accessible from http://localhost:8050.