Skip to content

dtbkhanh/Python-Dash-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

This repository contains interactive Dash applications built using Plotly Dash in Python. These apps are designed to visualize and analyze data with rich interactive features. Each app follows a modular structure with separate files for layout, callbacks, and data processing.

πŸ“ Folder Structure

Each app folder follows this structure:

app_name/
β”‚
β”œβ”€β”€ app.py               # Main application
β”œβ”€β”€ data_processing.py   # Data processing functions
β”œβ”€β”€ callbacks.py         # Callbacks for interactivity
└── layout.py            # Layout design

πŸš€ Getting Started

Prerequisites

To run these Dash apps, you'll need to install the following Python packages:

  • Dash: pip install dash
  • Plotly: pip install plotly

For additional dependencies, please refer to individual app folders.

Running an App

  1. Navigate to the desired app directory:
    cd app1  # Replace with the folder of the app you want to run
    
  2. Run the app:
    python app.py 
    
  3. Open your browser and visit http://127.0.0.1:8050/ to view the app.

About

Interactive dashboards built with Plotly Dash and Python for data visualization and analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages