We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e75b89 commit 24e430aCopy full SHA for 24e430a
README.md
@@ -0,0 +1,14 @@
1
+# # Feature Extraction Tutorial
2
+
3
+[](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