This repository contains the frontend for our undergraduate thesis project entitled: "ScolioVis: Automated Cobb Angle Measurement on Anterior-Posterior Spine X-Rays using Multi-Instance Keypoint Detection with Keypoint RCNN".
A live demo is available on https://scoliovis.app
For more information on the whole project go to blankeos/scoliovis.
- Next.JS
- TailwindCSS
- Zustand
-
Clone repo
> git clone https://github.com/blankeos/scoliovis-web.git > cd scoliovis-web
-
Install dependencies
> pnpm install
-
Run the server
> pnpm build > pnpm start # or just run in dev mode > pnpm dev