OneClickInfra
Concrete Crack Detection Through a 3 Part Application This application has 3 components. It analyses uploaded concrete photos to find cracks. This is implemented and deployed to Google Cloud using helm, kubernetes and terraform. We will do all of this in a hands on manner in just 3 steps. At a Glance In this github repository we will use an application that has 3 components to demonstrate `detecting cracks in concrete`. 1. The first component is a web application that does `image upload`. It is written in react js. 2. A Python application component that finds the crack in the uploaded image. 3. The third application component is a node Js web app. It displays raw concrete images and their corresponding analyzed images with cracks in gallery format. How To Run Running it is as simple as 1 ... 2 ... 3 1. Configure Infra , the volume 2. Install the 3 part app through helm. 3. Run it.