CoolFace
Apppublic

kmunzwa/gatekeeper_float16

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes
README.md46 linesDownload Raw Back to root
1---2title: Gatekeeper Float163emoji: ๐Ÿƒ4colorFrom: gray5colorTo: red6sdk: gradio7sdk_version: 6.14.08python_version: '3.13'9app_file: app.py10pinned: false11license: apache-2.012---13 14# Gatekeeper Model15 16## What This Model Does17The Gatekeeper Model is a binary image classifier.18It takes an image as input and determines whether19the image contains a cervix or not.20 21## Model Details22 23- Architecture: ResNet5024- Format: TensorFlow Lite Float1625- Size: 44MB26- Task: Binary Image Classification27 28## Class Labels29 30| Index | Label      | Description                       |31|-------|------------|-----------------------------------|32| 0     | Non-Cervix | Image does not contain a cervix   |33| 1     | Cervix     | Image contains a cervix           |34 35## How to Use36 371. Open the application382. Upload an image using the upload box393. Click the Run Classification button404. View the confidence scores and prediction on the right side41 42## Disclaimer43 44This tool is strictly for research purposes only.45It is not validated for clinical use and should not46be used to make any medical decisions or diagnoses.