CoolFace
Apppublic

rajniknid/HVACAI2

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

HVAC AI — Design Criteria Generator (MVP)

This Streamlit Space generates a preliminary HVAC Design Criteria Word document from three inputs:

  • Project Name
  • Location (City, Country)
  • Building Type

Notes:

  • The app uses a conservative heuristic for outdoor design conditions if no external weather data is available.
  • If a Hugging Face API token is added as HF_API_TOKEN in the Space secrets, the Space will attempt to use a model (meta-llama / other) to produce richer text. If no token is set, the tool uses a deterministic generator (fallback) that produces ASHRAE-style professional text.
  • This MVP intentionally excludes DXF/DWG reading and the Calculation Report as requested.

Deployment on HuggingFace Spaces:

  1. 1.Paste requirements.txt, app.py, ai_engine.py, generate_docx.py, README.md into the Space file view.
  2. 2.Commit. The Space will install dependencies and run.
  3. 3.Open the Space UI, fill inputs, and click Generate. Download the produced .docx file.

Disclaimer: This tool produces preliminary, rule-of-thumb design criteria. Use as a starting point only — verify critical data and perform detailed calculations for construction documents.