Python + Streamlit で動く、コンテナ積載計画(Vanning Plan)作成アプリです。 貨物CSVとコンテナ仕様(YAML)を入力すると、必要本数の見積りと本数固定での積載検証を実行し、配置結果・OOG判定 ...
clinical-decision-support-system/ │ ├── backend/ # FastAPI backend │ ├── main.py # Main app + all routes │ ├── schemas.py # Pydantic models │ ├── config.py # Configuration │ └── middleware.py # ...