Concrete Compressive Strength Predictor

Compressive strength is one of the characteristics of concrete, which can be described as the amount of load it can withstand before gets broken into pieces. Mathematically, it can be represented as

screenshot

The unit of compressive strength is denoted as Pa (Pascal). pascal

Problem Statement

The compressive strength of concrete is a non-linear function, and it varies based on the ingredients it contains and the number of days it is allowed to settle. In the construction industry, before the columns and pillars are constructed, multiple concrete blocks are manufactured with different ingredients and are allowed to settle-down for varied days. Then it is subjected to destructive testing using Universal Testing Machine (UTM) to arrive at the load-bearing capacity.

This process takes a lot of time and effort as each block has to be allowed to settle for weeks, if not months, before testing. Further, as this is the destructive testing, a significant amount of valuable resources are getting wasted.

Solution

To save time, effort, and resources, an interactive web application is developed to predict the compressive strength of concrete block in real-time. Under the hood, this application uses a Machine Learning model (Linear Regression) trained based on the dataset extracted from the University of California - Irvine’s Machine Learning repository.

Technology

The extraction of data, data wrangling, exploratory data analysis, feature engineering, and machine learning (ML) model generations was done in Python using Jupyter Notebook. The Flask micro-services framework is used to wrap the final ML model to expose it as a REST API. The API, ML model, HTML templates, and other static contents are pushed into Github. Heroku PaaS server, which is wired to Github repo, is used to deploy the API and other contents to host this app.

Click here to look at this application in full screen. To have a quick look, see below: