👉🏽 Do you enjoy our content and want to read super-detailed articles about AI? If so, subscribe to our Tinz Twins Hub and get our popular data science cheat sheets for FREE.
This project contains a well structured dashboard application with Plotly Dash. Feel free to use this example as the basis for your next Web App.
- Create and activate a conda environment:
conda create -n dash-app python=3.9.12conda activate dash-app
- Navigate to the dash-app folder. Please install the dependencies with the following command:
pip install -r requirements.txt - Execute the following command:
python index.py - Open the app at http://127.0.0.1:7000
- Navigate to the dash-app folder.
- Build the app with the following command:
docker build -t dash-app:latest . - Run the app with the following command:
docker run --name dashboard -d -p 7000:7000 dash-app - Open the app at http://0.0.0.0:7000.
⭐️ Star the repo if you find it useful!