Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Dashboard App

Streamlit を使ったマルチページダッシュボードの基本構成です。

セットアップ

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

起動

streamlit run app.py

主なページ

  • app.py: トップページ(全体インデックス)
  • pages/01_Overview.py: KPIサマリ例
  • pages/02_Data_Explorer.py: CSVアップロード / クリップボード貼り付け / sklearn toy data 入力 + PCA分析
  • pages/03_Settings.py: 設定フォームの雛形

構成ドキュメント

  • docs/streamlit-structure.md

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages