Skip to content

architecture-building-systems/kproto-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cea_wizard/ │ ├── main.py # Entry point: handles page routing │ ├── home_page.py # Simple homepage ├── userdata_page.py # Lists user-created sessions │ ├── kprototyper/ │ ├── init.py │ ├── session.py # KPrototyperSession class │ ├── logic.py # All backend logic (clustering, preprocessing) │ └── ui.py # Contains kprototyper_main() with UI layout and navigation │ ├── archetyper/ │ ├── init.py │ ├── session.py # ArchetyperSession class │ ├── logic.py # All transformation/export logic │ └── ui.py # Contains archetyper_main() with UI layout │ ├── resources_page.py # Optional: links, documentation ├── about_page.py # Optional: app info │ ├── utils/ │ ├── file_io.py # Shared file helpers (e.g., download, read/write) │ ├── session_manager.py # Shared session tracking utilities │ └── constants.py # File paths, cluster color palettes, etc.

About

GUI pipeline using k-protoypes clustering to generate archetypes for CEA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages