--- tags: - medical-imaging - endoscopy - surgical-phase-recognition - aiendo --- # AI-Endo checkpoints for the AI-Endo Hugging Face Space This repository stores the published checkpoint set for the **AI-Endo** phase-recognition path used by `hf_spaces/DINO-ENDO/`. ## Files - `resnet50.pth` - `fusion.pth` - `transformer.pth` ## Consumed by the Space Set the following Space environment variable so the Streamlit Space can download these files lazily at runtime: ```text AIENDO_MODEL_REPO_ID=Ryukijano/ai-endo-phase-models ```