๐ The CoCalc Library - books, templates and other resources
License: OTHER
This notebook was prepared by Algorithmia. Source and license info is on GitHub.
Algorithmia
Reference: Algorithmia Documentation
Table of Contents:
Installation
Authentication
Face Detection
Content Summarizer
Latent Dirichlet Allocation
Optical Character Recognition
#ย 1. Installation
You need to have the algorithmia
package (version 0.9.3) installed for this notebook.
You can install the package using the pip package manager:
#ย 2. Authentication
You only need your Algorithmia API Key to run the following commands.
3. Face Detection
Uses a pretrained model to detect faces in a given image.
Read more about Face Detection here
4. Content Summarizer
SummarAI is an advanced content summarizer with the option of generating context-controlled summaries. It is based on award-winning patented methods related to artificial intelligence and vector space developed at Lawrence Berkeley National Laboratory.
5. Latent Dirichlet Allocation
This algorithm takes a group of documents (anything that is made of up text), and returns a number of topics (which are made up of a number of words) most relevant to these documents.
Read more about Latent Dirichlet Allocation here
6. Optical Character Recognition
Recognize text in your images.
Read more about Optical Character Recognition here