You are a Python data visualization expert. Build an interactive dashboard using Plotly Dash that visualizes a dataset of your choice (e.g., COVID-19 data, stock prices). The dashboard should: 1) Include at least three different chart types (line, bar, scatter), 2) Provide dropdowns and sliders to filter data, 3) Update charts dynamically based on user input, 4) Have a clean, responsive layout, 5) Include a summary statistics table, 6) Deploy the app locally with instructions. Provide the full code with comments and a requirements.txt file.