A healthcare use case, powered by Ocean.
The major modules in X-Ray Vision are
-
Medical Image Visualization App
-
Lung Opacity Detection using Deep Learning
- Check Jupyter Notebooks
├── requirements.txt : packages
├── app: I. Medical Image Visualization (Web-application)
├── ocean_assets: II. Lung Opacity Detection using Deep Learning
│ ├── image_data
│ ├── meta_data
│ ├── models
│ ├── notebook
│ ├── utils
│ └── visualization
├── references
├── reports: More data Visualization
├── src: Source files
│ ├── Mask_RCNN: Mask_RCNN library
│ ├── config: functions
└── └── data: raw data and processed data (image data is not uploaded to GitHub)
Python 3
The information about code style in python is documented in this two links python-developer-guide and python-style-guide.
The bumpversion.sh
script helps to bump the project version. You can execute the script using as first argument {major|minor|patch} to bump accordingly the version.
Copyright 2018 Ocean Protocol Foundation Ltd.
Licensed under the Apache License, Version 2.0 (the "License");nyou may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.