https://github.com/blankeos/scoliovis-web
🎨 Frontend for ScolioVis (My Undergrad Thesis)
https://github.com/blankeos/scoliovis-web
Last synced: 10 months ago
JSON representation
🎨 Frontend for ScolioVis (My Undergrad Thesis)
- Host: GitHub
- URL: https://github.com/blankeos/scoliovis-web
- Owner: Blankeos
- Created: 2022-04-16T23:15:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T15:46:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T08:51:15.103Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://scoliovis.app
- Size: 4.56 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦴🎨 scoliovis-web

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](https://scoliovis.app)
For more information on the whole project go to [blankeos/scoliovis](https://github.com/Blankeos/scoliovis).
### Built with
- Next.JS
- TailwindCSS
- Zustand
### Installation
1. Clone repo
```sh
> git clone https://github.com/blankeos/scoliovis-web.git
> cd scoliovis-web
```
2. Install dependencies
```sh
> pnpm install
```
3. Run the server
```sh
> pnpm build
> pnpm start
# or just run in dev mode
> pnpm dev
```