A clean, minimal 1-pager for VayuBench and VayuChat - the first executable benchmark and deployment system for LLMs in air quality analytics.
Built with plain HTML/CSS using the NERFIES template approach.
Air pollution causes over 1.6 million premature deaths annually in India. VayuBench and VayuChat bridge the gap between environmental data and actionable insights:
- VayuBench: 5,000 natural language queries with verified Python code
- VayuChat: Production LLM-powered assistant for policymakers and citizens
Simply open index.html in your browser:
open index.html
# or
python3 -m http.server 8000
# then visit http://localhost:8000-
Create a new GitHub repository
-
Push the code:
git add . git commit -m "Initial commit" git remote add origin https://github.com/YOUR_USERNAME/vayuchat.git git push -u origin main
-
Enable GitHub Pages:
- Go to Settings → Pages
- Source: GitHub Actions
- Done! Your site will be live at
https://YOUR_USERNAME.github.io/vayuchat/
vayuchat/
├── index.html # Main page
├── static/
│ ├── css/
│ │ ├── bulma.min.css # Bulma framework
│ │ ├── index.css # Custom styles
│ │ └── ...
│ ├── js/
│ │ ├── index.js # Custom scripts
│ │ └── ...
│ └── images/
│ ├── query_prop.png # Query distribution chart
│ ├── vb_interface.png # Interface screenshot
│ └── favicon.svg # Site icon
├── .github/workflows/
│ └── publish.yml # GitHub Actions deployment
└── README.md # This file
Edit index.html and replace placeholder # links:
<!-- Find these lines and update: -->
<a href="#" class="external-link button...">arXiv</a>
<a href="#" class="external-link button...">Paper</a>
<a href="#" class="external-link button...">Code</a>
<a href="#" class="external-link button...">Demo</a>The HTML is straightforward - each section is clearly marked:
- Hero section with title and authors
- Abstract
- Query Distribution figure
- VayuChat Interface figure
- Key Results
- Impact statement
- BibTeX citation
- Footer
Edit static/css/index.css for custom styling. The site uses:
- Bulma for layout/components
- Google Fonts (Google Sans, Noto Sans, Castoro)
- Font Awesome for icons
- Academicons for academic icons
- Pure HTML/CSS/JavaScript
- Bulma CSS - Minimal CSS framework
- Font Awesome - Icons
- GitHub Actions - Auto-deployment
- ✅ Clean, academic design
- ✅ Fully responsive
- ✅ Fast loading (no heavy frameworks)
- ✅ Accessible
- ✅ Easy to customize
- ✅ Auto-deploys on push
@inproceedings{acharya2025vayubench,
title={VayuBench and VayuChat: Executable Benchmarking and Deployment of LLMs for Multi-Dataset Air Quality Analytics},
author={Acharya, Vedant and Pisharodi, Abhay and Pasi, Ratnesh and Mondal, Rishabh and Batra, Nipun},
booktitle={CODS 2025},
year={2025}
}- Website template inspired by NERFIES
- Sustainability Lab at IIT Gandhinagar
[Add your license here]
Together for Cleaner Air 🌬️