> For the complete documentation index, see [llms.txt](https://theiotlearninginitiative.gitbook.io/embedded-linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theiotlearninginitiative.gitbook.io/embedded-linux/application-development/artificial-intelligence.md).

# Artificial Intelligence

## Artificial Intelligence

* [Open Source Alternatives](https://www.quora.com/What-is-an-open-source-alternative-to-wit-ai)
* [Tech’s Biggest Names Are Giving Millions to Crisis Text Line](http://www.wired.com/2016/06/techs-biggest-names-giving-millions-crisis-text-line?mbid=social_twitter)
* [Hanging out with Anki's Cozmo, the toy robot putting AI at our fingertips](http://www.theverge.com/2016/7/11/12144618/anki-cozmo-ai-robots-toys-hands-on-sdk-developers)

## Viv.Ai

> Viv is an artificial intelligence platform that enables developers to distribute their products through an intelligent, conversational interface. It’s the simplest way for the world to interact with devices, services and things everywhere. Viv is taught by the world, knows more than it is taught, and learns every day. [Homepage](http://viv.ai/)

## Api.Ai

* [Homepage](https://www.sitepoint.com/how-to-build-your-own-ai-assistant-using-api-ai/)

```bash
root@edison:~# pip install apiai
```

## Moni.Ai

[Homepage](https://moni.ai/)

## HeyAthena

[HeyAthena](https://pypi.python.org/pypi/HeyAthena)

## Others

* [Virtual Assistants Startups](http://www.inc.com/magazine/201604/tess-townsend/virtual-assistant-startups.html)
* [2016 Artificial Intelligence](http://www.inc.com/christine-lagorio/best-industries-2016-artificial-intelligence.html)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theiotlearninginitiative.gitbook.io/embedded-linux/application-development/artificial-intelligence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
