lumen-models/aec-compliance-assistant
ποΈ Lumen AEC Compliance Assistant
Lumen AEC is a cutting-edge AI assistant designed for architects, engineers, and construction professionals. It simplifies the process of navigating complex regulatory frameworks, including IBC (International Building Code), NFPA, and ADA standards.
π Why Lumen AEC?
Unlike generic chatbots, Lumen AEC is built using Retrieval-Augmented Generation (RAG) technology. By grounding the AI's responses in your specific, verified technical documentation, it drastically reduces "hallucinations" and ensures that every answer is backed by code-compliant data.
Live demo of the Lumen-Models AEC dataset.
This Space shows a sample of 20 conversations from the free dataset.
Get the full dataset (32+ conversations, ACC module, commercial license): π https://lumen-models.netlify.app/
Try the full dataset and train your own AI models.
π οΈ Key Features
- Domain Expertise: Highly specialized in IBC, NFPA, and ADA regulatory standards.
- Accuracy-Focused: Responses are strictly limited to the provided context, ensuring reliability.
- Flexible Database: Easily update and expand the assistantβs knowledge base via JSON.
- Enterprise-Ready: Licensed under Apache 2.0, making it suitable for professional integration and future commercial scaling.
π How to Expand the Knowledge Base
The assistant retrieves information from lumen_models_sample.json. To add new regulations or technical requirements, simply update the JSON file using the following structure:
[
{
"turns": [
{
"value": "Your technical standard or compliance explanation goes here."
}
]
}
]
## βοΈ Technical Requirements
To run this application, ensure you have the following environment variable configured in your deployment settings:
* `HF_TOKEN`: Your Hugging Face access token (required to authenticate with the `Qwen/Qwen2.5-7B-Instruct` model).
## π License
This project is open-source and distributed under the **Apache 2.0 License**. You are free to use, modify, and distribute this code for commercial purposes, provided you maintain the original copyright notice.