parrot.ai / modelData.js
Barnabiii's picture
automatization of the page
69b0464
raw
history blame
No virus
623 Bytes
var dataModel = {
"seg": [
{
"location":"Body",
"architecture":"SwinUNETR",
"url":"https://huggingface.co/AI4MIRO/SwinUNETR_body_segmentation/raw/main/README.md"
}
],
"dose": [
{
"location":"H&N PBS",
"architecture":"HDUNet",
"url":"https://huggingface.co/AI4MIRO/Dose_prediction_han_PBS/raw/main/README.md"
},
{
"location":"H&N VMAT",
"architecture":"HDUNet",
"url":"https://huggingface.co/AI4MIRO/Dose_prediction_han_vmat/raw/main/README.md"
}
]
}