File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed
Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ ==========
2+ Chapter 12
3+ ==========
4+
5+ Support code for *Chapter 12: Big(ger) Data *
6+
7+ Data
8+ ----
9+
10+ This chapter relies only on the image dataset that is packaged with the
11+ repository at ``../SimpleImageDataset/ ``.
12+
13+ Scripts
14+ -------
15+
16+ jugfile.py
17+ Example jugfile
18+ image-classification.py
19+ Jugfile implementation of image classification from Chapter 10
20+
21+ setup-aws.txt
22+ Commands to setup Amazon WebServices machine
23+ run-jugfile.sh
24+ Wrapper script to run jug file on jugfile.py
25+ run-image-classification.sh
26+ Wrapper script to run jug file on image-classification.py
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ jug execute image-classification.py
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ jug execute
4+
Original file line number Diff line number Diff line change 1+ sudo yum update
2+ sudo yum -y install python-devel python-pip numpy scipy python-matplotlib
3+ sudo yum -y install gcc-c++
4+ sudo yum -y install git
5+ sudo pip-python install -U pip
6+ sudo pip install scikit-learn jug mahotas
7+
You can’t perform that action at this time.
0 commit comments