CoolFace
Apppublic

Fatirabbas2023/civil-engineering-tools

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ—๏ธ Civil Engineering Tool

A simple Streamlit application that provides essential civil engineering calculators:

Features

  • โ€”Concrete Volume Calculator โ€“ Compute the volume of concrete for slabs, beams, etc.
  • โ€”Steel Weight Calculator โ€“ Estimate the weight of steel bars.
  • โ€”Brick Calculator โ€“ Estimate the number of bricks required for a wall.

How to Use

  1. 1.Select a tool from the sidebar.
  2. 2.Enter the required dimensions.
  3. 3.Click the Calculate button to get results.

Run Locally

bash
pip install -r requirements.txt
streamlit run app.py