CoolFace
Apppublic

debug-divas/crack-mapping

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
App README

Crack Segmentation Web Application

Welcome to the Crack Segmentation Web Application! This tool is designed to segment concrete cracks in images. It's powered by Gradio and deployed on HuggingFace's Spaces platform. The underlying model and utilities are built using Python 3.10.9.

Table of Contents

Features

  • Interactive UI: Powered by Gradio for easy upload and visualization of corrosion segmentation results.
  • High-Quality Segmentation: Uses state-of-the-art machine learning techniques to provide accurate segmentation results.
  • Deployed on HuggingFace Spaces: Access the application anytime from anywhere!

Installation

To run this application locally:

  1. 1.Clone the repository:
bash
    git clone https://github.com/cawil-ai/Cawil-Corrosion-Segmentation.git 
    cd Cawil-Corrosion-Segmentation
  1. 1.Install the required dependencies:
bash
    pip install -r requirements.txt

Usage

  1. 1.Once the dependencies are installed, run the application using the command:
bash
    python app.py
  1. 1.Navigate to the URL provided in the console to access the web application.
  1. 1.Upload an image and click on 'Segment' to view the corrosion segmentation results.

Dependencies

The application requires the following Python packages:

gradio==4.1.1
numpy==1.26.1
pandas==2.1.2
Pillow==10.1.0
shortuuid==1.0.11
ultralytics==8.0.206

These dependencies can also be found in the requirements.txt file in the repository.