Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lightbridge-ks/tirads-calc-py
- Owner: Lightbridge-KS
- Created: 2024-03-23T16:07:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T04:48:18.000Z (8 months ago)
- Last Synced: 2024-03-31T05:33:12.137Z (8 months ago)
- Topics: python-webapp, shiny-python, thyroid-nodule, ultrasound-imaging
- Language: HTML
- Homepage: https://kittipos-sir.shinyapps.io/tirads-calculator/
- Size: 17.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```