Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 573 Bytes

File metadata and controls

21 lines (14 loc) · 573 Bytes

CerviGuardModels

Training code and Hugging Face publishing helpers for SmartClover cervical-image models.

Targets

  • smartclover/cerviguard_lesion
  • smartclover/cerviguard_transfer_zones
  • spaces/smartclover/README

Usage

python scripts/hf_publish.py lesion --source-dir /path/to/exported/cerviguard_lesion
python scripts/hf_publish.py transfer_zones --source-dir /path/to/exported/cerviguard_transfer_zones
python scripts/hf_update_readmes.py

Credentials

Add HUGGINGFACE_TOKEN to .env in CerviGuardModels/ or in the meta-repo root.