rajniknid/HVACAI2
0
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_TOKENin 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:
- Paste
requirements.txt,app.py,ai_engine.py,generate_docx.py,README.mdinto the Space file view. - Commit. The Space will install dependencies and run.
- 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.
