Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.7 KB

File metadata and controls

59 lines (39 loc) · 1.7 KB

LLVM-AD Workshop Series Website

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/

About the Workshop

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

Workshop Editions

This repository contains information and pages for the following workshop editions:

Local Development

To run this website locally for development or previewing changes:

Prerequisites

  • Ruby (managed via rbenv recommended)
  • Bundler

Installation

  1. Clone the repository:

    git clone https://github.com/llvm-ad/llvm-ad.github.io.git
    cd llvm-ad.github.io
  2. Install dependencies:

    bundle install

Running the Server

Start the local Jekyll server:

bundle exec jekyll serve

The site will be available at http://127.0.0.1:4000/.

Credits

This website is powered by Jekyll and uses the al-folio theme.