# Dash Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/dash
> Markdown URL: https://aitinkerers.org/technologies/dash.md
> Technology record last updated: 2026-03-03T15:02:58Z
> Generated: 2026-09-20T19:46:33Z

Dash is the premier open-source Python framework for building analytical web applications and interactive data science dashboards without writing JavaScript.

Dash is the original, low-code framework: it enables data scientists to build full-stack analytical web applications using pure Python. The architecture leverages three core technologies: Flask (for the web server), React.js (for UI rendering), and Plotly.js (for high-quality charting). This structure allows users to create complex, interactive dashboards—like a simple 43-line app connecting a Dropdown to a Plotly Graph—by tying modern UI components directly to their analytical code. The framework is highly trusted, offering an open-source option and an enterprise version for scaling and advanced features (e.g., Snapshot Engine, Design Kit).

- Official technology site: https://plotly.com/dash/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Traffic Congestion Predictor via Real Time Predictive Analytics](https://abu-dhabi.aitinkerers.org/talks/rsvp_fdhRli04Zag)

The project uses a machine learning algorithm (Gradient Boosting Regressor), multiple interactive visualisations, and environmental factors to predict real-time traffic congestion levels. It features an interactive dashboard, a 24-hour congestion forecast, and visual insights for current and hourly congestion trends. It also recommends alternative routes, optimal travel times, and sustainable travel options.

- Event context: AI Tinkerers - Abu Dhabi Meetup #2 (Jan 2025) — 2025-01-17 — Abu Dhabi
- Public talk page: https://abu-dhabi.aitinkerers.org/talks/rsvp_fdhRli04Zag

## Related Technologies

- [GradientBoostingRegressor](https://aitinkerers.org/technologies/gradientboostingregressor) ([Markdown](https://aitinkerers.org/technologies/gradientboostingregressor.md)) — 1 public demo
- [Plotly](https://aitinkerers.org/technologies/plotly) ([Markdown](https://aitinkerers.org/technologies/plotly.md)) — 7 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
- [scikit-learn](https://aitinkerers.org/technologies/scikit-learn) ([Markdown](https://aitinkerers.org/technologies/scikit-learn.md)) — 84 public demos
