/Anomalib-Trainer

Gradio interface for training Anomalib models.

Primary LanguagePythonMIT LicenseMIT

Anomalib-Trainer

A simple Gradio interface for training Anomalib models.

Demo

Usage

  1. Install dependencies

    pip3 install -r requirements.txt
  2. Run the app

    python3 app.py
  3. Specify your dataset location by entering the path to the folder container abnormal and normal images. The folders should have those names.

  4. You can either use the Basic config, or provide your own config.yaml at Custom config mode.