Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
koriavinash1 committed Aug 16, 2020
1 parent 04a97b1 commit 6a0da38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/koriavinash1/DeepBrainSeg.svg?branch=master)](https://travis-ci.org/koriavinash1/DeepBrainSeg)
[![PyPI version](https://badge.fury.io/py/DeepBrainSeg.svg)](https://badge.fury.io/py/DeepBrainSeg)
[![Documentation Status](https://readthedocs.org/projects/deepbrainseg/badge/?version=latest)](https://deepbrainseg.readthedocs.io/en/latest/?badge=latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


Expand Down Expand Up @@ -75,6 +76,8 @@ python3 DeepBrainSegUI.py
![overlay2](./imgs/overlay2.png)


<hline>

## Python API usage

### Brain tumor segmentation
Expand Down Expand Up @@ -146,6 +149,8 @@ or
extractor.all_features()
```

<hline>

## Steps followed for tumor segmentation inference:

+ Our algorithm makes use of ANTs framework for mask generation. First call deepSeg class build ANTs framework locally in ~/.DeepBrainSeg
Expand All @@ -160,6 +165,8 @@ extractor.all_features()

### For training code please refer this [repo](https://github.com/koriavinash1/BraTs2018)

<hline>

## Windows 10 Installation Guide

![image](./imgs/DeepBrainSegUI-running-on-Windows-10.gif)
Expand All @@ -171,5 +178,7 @@ extractor.all_features()

Installation Guide: [here](./WINDOWS10_INSTALLATION_GUIDE.md)

<hline>

## Contact
* Avinash Kori (avin.kori.re@gmail.com)

0 comments on commit 6a0da38

Please sign in to comment.