Skip to content

Commit 5a5cdc2

Browse files
committed
Merge pull request donnemartin#24 from besirkurtulmus/master
Add Algorithmia IPython Notebook example
2 parents d7c151b + ea4588a commit 5a5cdc2

File tree

4 files changed

+451
-0
lines changed

4 files changed

+451
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* [spark](#spark)
2424
* [mapreduce-python](#mapreduce-python)
2525
* [amazon web services](#aws)
26+
* [algorithmia](#algorithmia)
2627
* [command lines](#commands)
2728
* [misc](#misc)
2829
* [notebook-installation](#notebook-installation)
@@ -231,6 +232,7 @@ IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
231232
| [mapreduce-python](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/mapreduce/mapreduce-python.ipynb) | Runs MapReduce jobs in Python, executing jobs locally or on Hadoop clusters. Demonstrates Hadoop Streaming in Python code with unit test and [mrjob](https://github.com/Yelp/mrjob) config file to analyze Amazon S3 bucket logs on Elastic MapReduce. [Disco](https://github.com/discoproject/disco/) is another python-based alternative.|
232233

233234
<br/>
235+
234236
<p align="center">
235237
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/aws.png">
236238
</p>
@@ -239,6 +241,7 @@ IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
239241

240242
IPython Notebook(s) demonstrating Amazon Web Services (AWS) and AWS tools functionality.
241243

244+
242245
Also check out:
243246

244247
* [SAWS](https://github.com/donnemartin/saws): A Supercharged AWS command line interface (CLI).
@@ -280,6 +283,7 @@ IPython Notebook(s) demonstrating miscellaneous functionality.
280283
| Notebook | Description |
281284
|--------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
282285
| [regex](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/misc/regex.ipynb) | Regular expression cheat sheet useful in data wrangling.|
286+
[Algorithmia Examples](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/algorithmia/Algorithmia.ipynb) | Algorithmia is a marketplace for algorithms. This notebook showcases 4 different algorithms: Face Detection, Content Summarizer, Latent Dirichlet Allocation and Optical Character Recognition.|
283287

284288
## notebook-installation
285289

Diff for: algorithmia/Algorithmia.ipynb

+447
Large diffs are not rendered by default.

Diff for: algorithmia/__init__.py

Whitespace-only changes.

Diff for: images/algorithmia.png

21.4 KB
Loading

0 commit comments

Comments
 (0)