Skip to content

Commit f50d65d

Browse files
Add Algorithmia IPython Notebook example
1 parent 84a524f commit f50d65d

File tree

4 files changed

+439
-0
lines changed

4 files changed

+439
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
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,19 @@ 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+
236+
<p align="center">
237+
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/algorithmia.png">
238+
</p>
239+
240+
## algorithmia
241+
242+
IPython Notebook(s) demonstrating using Machine Learning, Computer Vision and NLP algorithms.
243+
244+
| Notebook | Description |
245+
|------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
246+
| [Simple Usage](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. |
247+
234248
<p align="center">
235249
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/aws.png">
236250
</p>
@@ -239,6 +253,7 @@ IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
239253

240254
IPython Notebook(s) demonstrating Amazon Web Services (AWS) and AWS tools functionality.
241255

256+
242257
Also check out:
243258

244259
* [SAWS](https://github.com/donnemartin/saws): A Supercharged AWS command line interface (CLI).

algorithmia/Algorithmia.ipynb

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.

algorithmia/__init__.py

Whitespace-only changes.

images/algorithmia.png

21.4 KB
Loading

0 commit comments

Comments
 (0)