A web dashboard interface (built with Dash) to display and interact with movie data.
This project provides tools to visualize, filter, and explore movie datasets via a simple, user-friendly web app.
- Interactive dashboard built with Dash (Plotly)
- Filter, sort, and explore top movie data
- Visualizations (charts, tables)
- Responsive layout
- Easily extendable for additional data sources or plots
- Managed with uv for fast dependency installation and reproducible environments
-
Python 3.8+
-
uv installed
If you don’t haveuv, install it with:pip install uv
-
Clone the repository:
git clone https://github.com/Dvdandrades/Dash_Data_Interface.git cd Dash_Data_Interface -
Install dependencies with uv
uv sync
-
Running locally
uv run app.py
