... | ... | @@ -44,5 +44,13 @@ Artificial Intelligence in Medical Imaging |
|
|
**[Getting Started](https://www.oak-tree.tech/blog/sonador-quickstart)**. Sonador is an open source cloud platform for medical imaging visualization and research. This article shows you how to get started using the Sonador Development Environment.
|
|
|
* Frontend Development
|
|
|
- [Configuring Sonador to Allow for Remote OHIF Development](https://www.oak-tree.tech/blog/sonador-ohif-config). While Sonador includes a version of OHIF integrated into the platform, it is also possible to configure it allow a remote OHIF instance.
|
|
|
* Backend Development
|
|
|
- Sonador builds on a set of components collectiviely referred to as `lib/guru`. `lib/guru` includes a Django framework for [building API endpoints](https://code.oak-tree.tech/django-apps/guru), [securing them](https://code.oak-tree.tech/django-apps/secure), and [creating API clients](https://code.oak-tree.tech/guru-labs/guru-client) to integrate the APIs into other programs.
|
|
|
+ General documentation can be found in the [Guru Base Repository](https://code.oak-tree.tech/django-apps/guru/-/wikis/home).
|
|
|
+ Sonador specific implementation notes can be found on the [Sonador Design Patterns](dev.data-models) page.
|
|
|
|
|
|
**[How to Contribute](dev.contributing)**. Thank you for your interest in Sonador! Here are some suggestions on how to help and where to go to collaborate.
|
|
|
|
|
|
|
|
|
|
|
|
## [Frequently Asked Questions](faq) |