Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 701 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 701 Bytes

Hotel Dash

Visualize hotel business performance with interactive dashboard and unsupervised clustering machine learning integration.

Link

hoteldash.atfbbtb9d5a7acc5.southeastasia.azurecontainer.io

Installation

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

Deployment

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