VibecoderMcSwaggins's picture
fix: deploy static frontend (React + NiiVue)
176c0c0
metadata
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:

Source Code

The source code is maintained at:

Deployment

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

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