File size: 867 Bytes
176c0c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: Stroke Viewer Frontend
emoji: "🧠"
colorFrom: blue
colorTo: purple
sdk: static
pinned: false
license: apache-2.0
short_description: React frontend for DeepISLES stroke segmentation viewer
---

# Stroke Viewer Frontend

React SPA for visualizing DeepISLES stroke segmentation results using NiiVue.

## Architecture

This is a **Static SDK** Space containing pre-built React files.
The frontend connects to the backend API at:
- https://vibecodermcswaggins-stroke-deepisles-demo.hf.space

## Source Code

The source code is maintained at:
- https://github.com/The-Obstacle-Is-The-Way/stroke-deepisles-demo/tree/main/frontend

## Deployment

This Space is deployed by building the React frontend and pushing the `dist/` output:

```bash
cd frontend
npm install
npm run build  # Uses .env.production for VITE_API_URL
# Push dist/* contents to this Space
```