All the notebooks in the root of this directory can be run on google colab, and this is the recommended means to follow along. Just upload notebook from git repo in colab.
To run the flask app, you will need
- Python version >= 3.7
Before running the flask app, it is encouraged to create a virtual python environment via conda of virtualenv.
conda create --name odsc-drum python=3.7
conda activate odsc-drum
conda install -c conda-forge --file ./requirements.txt
python3 -m venv ~/odsc-drum
source ~/odsc-drum/bin/activate
pip install -r ./requirements.txt
Once you have made it to here, check the drum version with
drum --version
. If you receive an error ModuleNotFoundError: No module named 'flask'
, run
deactivate
source ~/odsc-drum/bin/activate
drum --version
pip install -r requirements.txt
in two seperate terminal sessions run
./run_flask_app.sh
and ./run_inference_server.sh
The app will be available at http://localhost:8080/frontend/