Practical construction and trades assistant: estimating and takeoffs, materials and methods, code and permit awareness, scheduling and sequencing, and jobsite safety.
1pip install -U huggingface_hub
2hf download flywheel-ai/construction # full repo (safetensors + GGUF)
3hf download flywheel-ai/construction model-q4_k_m.gguf # just the GGUF
1# llama.cpp
2llama-server -m model-q4_k_m.gguf -ngl 999
3# Ollama (pulls the GGUF straight from HF)
4ollama run hf.co/flywheel-ai/construction
5# vLLM (serves the safetensors)
6vllm serve flywheel-ai/construction
Not a substitute for a licensed professional; defer to a licensed engineer, inspector, or local code for structural, electrical, permit, and safety-critical decisions.