CoolFace
Apppublic

lumen-models/aec-compliance-assistant

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes
App README

πŸ—οΈ 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:

json
[
  {
    "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.