Skip to content

Commit 17d01de

Browse files
committed
adding binder support to run notebooks
1 parent f4b9854 commit 17d01de

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Augmentor is an image augmentation library in Python for machine learning. It ai
88
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
99
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
1010
[![Supported Python Versions](https://img.shields.io/badge/python-2.7%2C%203.3--3.6-blue.svg)](https://pypi.python.org/pypi/Augmentor)
11+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/4QuantOSS/Augmentor/master)
1112

1213
## Installation
1314

binder/environment.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: augmentor_notebooks
2+
channels:
3+
- menpo
4+
- soumith
5+
- conda-forge
6+
- defaults
7+
dependencies:
8+
- python=3.6
9+
- numpy
10+
- matplotlib
11+
- pandas
12+
- h5py
13+
- scikit-image<=0.20
14+
- scikit-learn<=0.20
15+
- pytorch<=0.3.0
16+
- torchvision
17+
- opencv3>=3.0
18+
- tensorflow
19+
- pip:
20+
- keras==2.1.3

binder/postBuild

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip install .

0 commit comments

Comments
 (0)