Anirudh Balaraman commited on
Commit
5d668a6
Β·
1 Parent(s): cdbf248

update HF space repo

Browse files
Files changed (3) hide show
  1. .github/workflows/ci.yaml +1 -1
  2. README.md +2 -2
  3. docs/index.md +1 -1
.github/workflows/ci.yaml CHANGED
@@ -40,7 +40,7 @@ jobs:
40
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
41
  # Replace with your HF username and Space name
42
  HF_USERNAME: "anirudh0410"
43
- SPACE_NAME: "WSA_Prostate"
44
  run: |
45
  # Create a temporary file with the metadata
46
  echo "---" > hf_header.txt
 
40
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
41
  # Replace with your HF username and Space name
42
  HF_USERNAME: "anirudh0410"
43
+ SPACE_NAME: "Prostate-Inference"
44
  run: |
45
  # Create a temporary file with the metadata
46
  echo "---" > hf_header.txt
README.md CHANGED
@@ -3,7 +3,7 @@
3
  </p>
4
 
5
  <p align="center">
6
- <a href="https://huggingface.co/spaces/anirudh0410/WSA_Prostate">
7
  <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue" alt="Hugging Face Spaces">
8
  </a>
9
  <a href="https://github.com/anirudhbalaraman/WSAttention-Prostate/actions/workflows/ci.yaml">
@@ -19,7 +19,7 @@
19
  Predicts PI-RADS score and risk of clinically significant prostate cancer (csPCa) from T2-Weighted (T2W), Diffusion Weighted Imaging (DWI) and Apparent Diffusion Coefficient (ADC) sequences of bi-paramteric MRI (bpMRI).
20
 
21
  ## πŸš€ Platform Access
22
- Real-time inference via [GUI](https://huggingface.co/spaces/anirudh0410/WSA_Prostate)
23
 
24
  ## ⭐ Abstract
25
 
 
3
  </p>
4
 
5
  <p align="center">
6
+ <a href="https://huggingface.co/spaces/anirudh0410/Prostate-Inference">
7
  <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue" alt="Hugging Face Spaces">
8
  </a>
9
  <a href="https://github.com/anirudhbalaraman/WSAttention-Prostate/actions/workflows/ci.yaml">
 
19
  Predicts PI-RADS score and risk of clinically significant prostate cancer (csPCa) from T2-Weighted (T2W), Diffusion Weighted Imaging (DWI) and Apparent Diffusion Coefficient (ADC) sequences of bi-paramteric MRI (bpMRI).
20
 
21
  ## πŸš€ Platform Access
22
+ Real-time inference via [GUI](https://huggingface.co/spaces/anirudh0410/Prostate-Inference)
23
 
24
  ## ⭐ Abstract
25
 
docs/index.md CHANGED
@@ -8,7 +8,7 @@
8
 
9
  WSAttention-Prostate is a two-stage deep learning pipeline that predicts clinically significant prostate cancer (csPCa) risk and PI-RADS score (2 to 5) from T2W, DWI, and ADC bpMRI sequences. The backbone is a patch based 3D Multiple-Instance Learning (MIL) model pre-trained to classify PI-RADS scores and fine-tuned to predict csPCa risk β€” all without requiring lesion-level annotations.
10
 
11
- πŸ’‘ **GUI for real-time inference available at [Hugging Face Spaces](https://huggingface.co/spaces/anirudh0410/WSA_Prostate)**
12
 
13
  ## Key Features
14
 
 
8
 
9
  WSAttention-Prostate is a two-stage deep learning pipeline that predicts clinically significant prostate cancer (csPCa) risk and PI-RADS score (2 to 5) from T2W, DWI, and ADC bpMRI sequences. The backbone is a patch based 3D Multiple-Instance Learning (MIL) model pre-trained to classify PI-RADS scores and fine-tuned to predict csPCa risk β€” all without requiring lesion-level annotations.
10
 
11
+ πŸ’‘ **GUI for real-time inference available at [Hugging Face Spaces](https://huggingface.co/spaces/anirudh0410/Prostate-Inference)**
12
 
13
  ## Key Features
14