Add Algorithmia IPython Notebook example

This commit is contained in:
A. Besir Kurtulmus 2016-01-07 21:41:08 +02:00
parent 84a524f4f3
commit f50d65d35e
4 changed files with 439 additions and 0 deletions

View File

@ -23,6 +23,7 @@
* [spark](#spark) * [spark](#spark)
* [mapreduce-python](#mapreduce-python) * [mapreduce-python](#mapreduce-python)
* [amazon web services](#aws) * [amazon web services](#aws)
* [algorithmia](#algorithmia)
* [command lines](#commands) * [command lines](#commands)
* [misc](#misc) * [misc](#misc)
* [notebook-installation](#notebook-installation) * [notebook-installation](#notebook-installation)
@ -231,6 +232,19 @@ IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
| [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.| | [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.|
<br/> <br/>
<p align="center">
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/algorithmia.png">
</p>
## algorithmia
IPython Notebook(s) demonstrating using Machine Learning, Computer Vision and NLP algorithms.
| Notebook | Description |
|------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [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. |
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/aws.png"> <img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/aws.png">
</p> </p>
@ -239,6 +253,7 @@ IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
IPython Notebook(s) demonstrating Amazon Web Services (AWS) and AWS tools functionality. IPython Notebook(s) demonstrating Amazon Web Services (AWS) and AWS tools functionality.
Also check out: Also check out:
* [SAWS](https://github.com/donnemartin/saws): A Supercharged AWS command line interface (CLI). * [SAWS](https://github.com/donnemartin/saws): A Supercharged AWS command line interface (CLI).

File diff suppressed because one or more lines are too long

0
algorithmia/__init__.py Normal file
View File

BIN
images/algorithmia.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB