An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# 🦴🎨 scoliovis-web

![demo](https://github.com/seajayrubynose/cafely-pictures/blob/master/_scoliovis/demo.gif?raw=true)

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
```