This repository hosts the official website for the Workshop Series on Large Language and Vision Models for Autonomous Driving (LLVM-AD).
🌐 Live Website: https://llvm-ad.github.io/
The LLVM-AD workshop series aims to bring together professionals from academia and industry to explore the applications of large language and vision models in autonomous driving. Key interests include:
- Traffic Scene Understanding enhanced by VLMs
- Human-Autonomy Teaming driven by LLMs
- Multimodal Motion Planning and Prediction
- Language-Driven Sensor and Traffic Simulation
This repository contains information and pages for the following workshop editions:
To run this website locally for development or previewing changes:
- Ruby (managed via
rbenvrecommended) - Bundler
-
Clone the repository:
git clone https://github.com/llvm-ad/llvm-ad.github.io.git cd llvm-ad.github.io -
Install dependencies:
bundle install
Start the local Jekyll server:
bundle exec jekyll serveThe site will be available at http://127.0.0.1:4000/.
This website is powered by Jekyll and uses the al-folio theme.