use conda to initiate the dlc env:
conda env create -f environment.yml
Then activate the env using:
conda activate dlc
whenever you want to run the app, and deactivate the environment with conda deactivate whenever your finished.
Cd into frontend and run python app.py