Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsoch/som
Stanford open modules for python
https://github.com/vsoch/som
api dicom medical-imaging nifti standards
Last synced: 21 days ago
JSON representation
Stanford open modules for python
- Host: GitHub
- URL: https://github.com/vsoch/som
- Owner: vsoch
- License: mit
- Created: 2017-01-22T01:40:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T19:12:38.000Z (about 2 years ago)
- Last Synced: 2025-01-06T03:05:17.330Z (29 days ago)
- Topics: api, dicom, medical-imaging, nifti, standards
- Language: Python
- Homepage: https://vsoch.github.io/som
- Size: 735 MB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOM
Stanford Open Modules for Python
[Documentation](https://vsoch.github.io/som)
These are basic Python based tools for working with data (likely images and text) on Google Cloud.
The [base](som/api/base) API module implements a basic token/refresh authentication, and the
[identifiers](som/api/identifiers) module is an extension of that for the Stanford School of Medicine.
For complete docs, please see our [documentation](https://vsoch.github.io/som) base and [examples](examples) that coincide with each.## Installation
For the stable release, install via pip:```
pip install som
```For the development version, install from Github:
```
pip install git+git://github.com/vsoch/som.git
```This module is currently under development, and anything/everything can change. It's currently driving the guts of:
- [DocFish](https://doc.fish)
- [WordFish](https://word.fish)
- [SendIt](https://www.github.com/pydicom/sendit)## Issues
If you have an issue, or want to request a feature, please do so on our [issues board](https://www.github.com/vsoch/som/issues)