Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lightbridge-ks/tirads-calc-py

TIRADS Calculator in Python
https://github.com/lightbridge-ks/tirads-calc-py

python-webapp shiny-python thyroid-nodule ultrasound-imaging

Last synced: about 1 month ago
JSON representation

TIRADS Calculator in Python

Awesome Lists containing this project

README

        

# TIRADS Calculator (Python App)

> Calculator webapp implemented from [ACR TI-RADS™](https://www.acr.org/Clinical-Resources/Reporting-and-Data-Systems/TI-RADS) for thyroid ultrasound

---

**App link:** [**TIRADS Calculator App**](https://kittipos-sir.shinyapps.io/tirads-calculator)

---

- Using [Shiny for Python](https://shiny.posit.co/py/) framework integrated with [Quarto document](https://quarto.org)

## Dev Notes

### Render & Run

**Render Quarto:**

```zsh
quarto render tirads-calc.qmd
```

**Test Run:**

```zsh
shiny run app.py
```

### Deploy

To shinyapp.io

```zsh
rsconnect deploy shiny . --title tirads-calculator
```