Skip to content

Commit d4383e1

Browse files
Add instructions to install and run ui
1 parent 0625e8c commit d4383e1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,14 @@ A web-based dashboard for managing the full RSR workflow: browse and
205205
preprocess models, run inference, compare backends, and view benchmark
206206
results — all from the browser.
207207

208+
**Prerequisites:** Node.js (for the Vite frontend) and the backend Python
209+
packages:
210+
211+
```bash
212+
pip install fastapi "uvicorn[standard]" huggingface_hub
213+
cd ui/frontend && npm install && cd ../..
214+
```
215+
208216
```bash
209217
./ui/start.sh
210218
```

0 commit comments

Comments
 (0)