CoolFace
Apppublic

edadaltocg/ood-detection

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

OOD Detection Demo ๐Ÿง

Out-of-distribution (OOD) detection is an essential safety measure for machine learning models. This app demonstrates how these methods can be useful. They try to determine wether we can trust the predictions of a ResNet-50 model trained on ImageNet-1K.

This demo is online at https://huggingface.co/spaces/edadaltocg/ood-detection

Running Gradio app locally

  1. 1.Install dependencies:
bash
pip install -r requirements.txt
  1. 1.Run the app:
bash
python app.py
  1. 1.Open the app in your browser at http://localhost:7860.