--- title: Unified Carbon Tools emoji: 🌍 colorFrom: green colorTo: blue sdk: gradio sdk_version: "4.44.0" app_file: app.py pinned: false --- ## 🔢 Upfront Embodied Carbon Calculator [Open Calculator](https://huggingface.co/spaces/EricCRX/Upfront_Embodied_Carbon_Calculator) **Purpose:** Estimate and analyze *A1–A5 upfront embodied carbon* for construction materials and assemblies. The tool allows uploading data, computing per-module and total CO₂e, and visualizing results for comparative design decisions. **Methodology:** Based on the EN 15978 life-cycle framework, it quantifies emissions across: - A1: Raw material extraction - A2: Transport to manufacturer - A3: Manufacturing - A4: Transport to site - A5: Construction and installation --- ## 📈 CO₂ Emission Predictor (Coming Soon) This tab will host a time-series ML model trained on historical CO₂ emission data for forecasting purposes. --- ## 🧠 Technical Details - **Interface:** [Gradio 4.44.0](https://gradio.app) - **Backend Language:** Python 3.9+ - **Deployment:** Hugging Face Spaces --- ## 🚀 How to Use 1. Select **Calculator** or **Predictor** from the tabs. 2. Click the link to open the target Space. 3. Interact with the tools as needed. --- ## 🧩 Future Integration When the Predictor Space is ready, simply update: ```python PREDICTOR_URL = "https://huggingface.co/spaces/YourName/CO2_Predictor" ``` and re-deploy the Space.