Visualize hotel business performance with interactive dashboard and unsupervised clustering machine learning integration.
hoteldash.atfbbtb9d5a7acc5.southeastasia.azurecontainer.io
Install my-project with npm
pip install -r requirements.txt
To run DASH on your local computer, in file main.py, change
app_port = os.environ['APP_PORT']
To
app_port = '80
To deploy this project run
docker build --tag name .
On mac Apple Silicon
docker buildx build --platform=linux/amd64 -t name .
Then
docker push name
Deploy using Azure Container Instance Services