Skip to content

Commit 24e430a

Browse files
authored
read me
1 parent 5e75b89 commit 24e430a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# # Feature Extraction Tutorial
2+
3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Moro-Code/FeatureExtractionTutorial/master)
4+
binder is a cloud hosted jupyter hub ! If you would like to try this tutorial without the hassle of installing click on launch binder.
5+
### Installation
6+
This required git and Anaconda minimum v4.0 installed on your system
7+
8+
```sh
9+
$ git clone https://github.com/Moro-Code/FeatureExtractionTutorial.git
10+
$ cd FeatureExtractionTutorial
11+
$ conda env create -f environment.yml -n yourEnvName
12+
$ conda activate yourEnvName
13+
$ jupyter notebook
14+
```

0 commit comments

Comments
 (0)