A simple Gradio interface for training Anomalib models.
-
Install dependencies
pip3 install -r requirements.txt
-
Run the app
python3 app.py
-
Specify your dataset location by entering the path to the folder container
abnormal
andnormal
images. The folders should have those names. -
You can either use the Basic config, or provide your own
config.yaml
at Custom config mode.