SonoSight / manifest.json
numansaeed's picture
Upload manifest.json with huggingface_hub
98e3770 verified
{
"version": "1.0.0",
"app_name": "SonoSight",
"min_app_version": "1.0.0",
"model_architecture": "MobileFetalCLIP (Selective Repulsive KD, E26a)",
"paper": "MobileFetalCLIP: Selective Repulsive Knowledge Distillation for Mobile Fetal Ultrasound Analysis (ECCV 2026)",
"models": [
{
"id": "mobilefetalclip_encoder",
"name": "MobileFetalCLIP Encoder",
"description": "Image encoder for zero-shot fetal ultrasound classification. 11.4M visual parameters, 512-d embeddings.",
"downloadURL": "https://huggingface.co/numansaeed/SonoSight/resolve/main/models/mobilefetalclip_encoder.mlpackage",
"fileSize": 23094341,
"checksum": "PLACEHOLDER_SHA256",
"modelType": "zero_shot_encoder",
"minAppVersion": "1.0.0",
"classNames": null
},
{
"id": "five_planes_text_cache",
"name": "Five-Plane Text Embeddings",
"description": "Precomputed text embeddings for 9-class standard plane zero-shot classification.",
"downloadURL": "https://huggingface.co/numansaeed/SonoSight/resolve/main/models/five_planes_text_cache.json",
"fileSize": 50000,
"checksum": "PLACEHOLDER_SHA256",
"modelType": "text_embeddings",
"minAppVersion": "1.0.0",
"classNames": [
"abdomen",
"brain",
"femur",
"heart",
"kidney",
"lips_nose",
"profile_patient",
"spine",
"cervix"
]
},
{
"id": "brain_subplanes_text_cache",
"name": "Brain Sub-plane Text Embeddings",
"description": "Precomputed text embeddings for 3-class brain sub-plane zero-shot classification.",
"downloadURL": "https://huggingface.co/numansaeed/SonoSight/resolve/main/models/brain_subplanes_text_cache.json",
"fileSize": 20000,
"checksum": "PLACEHOLDER_SHA256",
"modelType": "brain_text_embeddings",
"minAppVersion": "1.0.0",
"classNames": [
"trans-thalamic",
"trans-cerebellum",
"trans-ventricular"
]
},
{
"id": "specialist_6view",
"name": "6-View Plane Classifier",
"description": "Fine-tuned specialist model for 6-class fetal standard plane classification.",
"downloadURL": "https://huggingface.co/numansaeed/SonoSight/resolve/main/models/specialist_6view.mlpackage",
"fileSize": 23096885,
"checksum": "PLACEHOLDER_SHA256",
"modelType": "specialist_6view",
"minAppVersion": "1.0.0",
"classNames": [
"Other",
"Fetal abdomen",
"Fetal brain",
"Maternal cervix",
"Fetal femur",
"Fetal thorax"
]
},
{
"id": "specialist_brain",
"name": "Brain Sub-plane Classifier",
"description": "Fine-tuned specialist model for 3-class brain sub-plane classification.",
"downloadURL": "https://huggingface.co/numansaeed/SonoSight/resolve/main/models/specialist_brain.mlpackage",
"fileSize": 23093807,
"checksum": "PLACEHOLDER_SHA256",
"modelType": "specialist_brain",
"minAppVersion": "1.0.0",
"classNames": [
"Trans-thalamic",
"Trans-cerebellum",
"Trans-ventricular"
]
}
]
}