Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuantsai1115/structural-inspection

A web-based tool for generating sheets for onsite rebar inspection. The website is created using React and Material UI.
https://github.com/yuantsai1115/structural-inspection

bim inspection material-ui react report

Last synced: about 2 months ago
JSON representation

A web-based tool for generating sheets for onsite rebar inspection. The website is created using React and Material UI.

Awesome Lists containing this project

README

        

# Rebar Inspection Sheet Generating Tool
A web-based tool for generating sheets for onsite rebar inspection. It speeds up the preparation of filling the design data of RC columns/beams into each inspection sheet by 5 times.

## Introduction
In conventional procedure, inspectors may spend couple hours to extract the design data from drawings and fill them into the sheets. This tool automatically extracts data from building information models and generate the sheets accordingly. Inspectors then bring all the sheets to conduct quality check of rebars.

[Rebar Inspection Sheet Generating.mp4](https://user-images.githubusercontent.com/119405090/218063414-3f433d85-748e-4956-b70f-f4609babdd0e.mp4)

## Live Demo
Main branch is deployed to https://structural-inspection.netlify.app/.

## Features
- Generating inspection sheet from BIM model
- Costomisable Word template
- No installation needed

## Project Setup
### Prerequisites
- Node.js v16 and above

### Setup
- clone this repository
- install dependencies: `yarn install`
- run server: `yarn start`
- go to http://localhost:3000

Enjoy :metal: