Claude commited on
Commit
97b8d56
·
unverified ·
1 Parent(s): 31ba5f9

docs: add hardware and browser requirements (BUG-004)

Browse files

- Add Requirements section with hardware specs:
- GPU Required: T4 GPU (t4-small) for DeepISLES inference
- Free tier (cpu-basic) will NOT work
- Add browser requirements: WebGL2 support needed
- Link to WebGL2 compatibility checker

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -46,6 +46,17 @@ This project provides a complete end-to-end workflow:
46
  - 🖥️ **Interactive UI**: Gradio-based web interface with 3D rendering (NiiVue).
47
  - ⚙️ **Production Ready**: Type-safe, tested, and configurable via environment variables.
48
 
 
 
 
 
 
 
 
 
 
 
 
49
  ## Quickstart
50
 
51
  ### Prerequisites
 
46
  - 🖥️ **Interactive UI**: Gradio-based web interface with 3D rendering (NiiVue).
47
  - ⚙️ **Production Ready**: Type-safe, tested, and configurable via environment variables.
48
 
49
+ ## Requirements
50
+
51
+ ### Hardware
52
+ - **GPU Required**: This demo requires a T4 GPU (`t4-small` hardware on HF Spaces)
53
+ - Free tier (`cpu-basic`) will NOT work - DeepISLES requires CUDA for inference
54
+ - Recommended: `t4-small` or better
55
+
56
+ ### Browser
57
+ - WebGL2 support required (Chrome 56+, Firefox 51+, Safari 15+, Edge 79+)
58
+ - Check compatibility: https://get.webgl.org/webgl2/
59
+
60
  ## Quickstart
61
 
62
  ### Prerequisites