> For the complete documentation index, see [llms.txt](https://delphai.gitbook.io/delphai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delphai.gitbook.io/delphai/en/overview/welcome.md).

# Welcome!

Welcome to the DelphAI component information center: an Artificial Intelligence component for Delphi, made entirely in Delphi!

Here we have an explanation of the [component](/delphai/en/overview/readme.md) and how to [install](/delphai/en/overview/how-to-install.md) it, as well as a little about the [developer](/delphai/en/overview/about-the-developer.md).

If you don't have knowledge of artificial intelligence models, EasyAI is a great module for you.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Regression</strong></td><td>Predicts a value based on input data.</td><td></td><td><a href="/pages/6O4fSx4qYHQ9hgD72mdr">/pages/6O4fSx4qYHQ9hgD72mdr</a></td></tr><tr><td><strong>Classification</strong></td><td>Categorizes input data into predefined classes.</td><td></td><td><a href="/pages/szdgDXGAzXFOYjIEw5O4">/pages/szdgDXGAzXFOYjIEw5O4</a></td></tr><tr><td><strong>Recommendation for item</strong></td><td>Suggests relevant items based on the similarities between items.</td><td></td><td><a href="/pages/uqM7hSMBfaFuZeLaxFaU">/pages/uqM7hSMBfaFuZeLaxFaU</a></td></tr><tr><td><strong>Recommendation for user</strong></td><td>Suggests relevant items based on user preferences.</td><td></td><td><a href="/pages/9yUB2qwIHCkIJUVIQl8q">/pages/9yUB2qwIHCkIJUVIQl8q</a></td></tr></tbody></table>

If you want custom models, use [AISelector](/delphai/en/documentation/editor.md) to easily test multiple [models](/delphai/en/documentation/images-and-media.md) and choose the best one for you.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>AISelector</strong></td><td>Allows testing multiple models with different parameters in a single function.</td><td></td><td><a href="/pages/cEHgDv7NGBquDGHeLyQ4">/pages/cEHgDv7NGBquDGHeLyQ4</a></td></tr><tr><td><strong>Regression</strong></td><td>Predicts a value based on input data.</td><td></td><td><a href="/pages/oTy8LTlDAkm3aAWcu9A4">/pages/oTy8LTlDAkm3aAWcu9A4</a></td></tr><tr><td><strong>Classification</strong></td><td>Categorizes input data into predefined classes.</td><td></td><td><a href="/pages/6hSQFISEwbKOcLg57ylf">/pages/6hSQFISEwbKOcLg57ylf</a></td></tr><tr><td><strong>Recommendation</strong></td><td>Suggests relevant items based on the similarities between items or based on user preferences.</td><td></td><td><a href="/pages/rccyXg7LNw2Om0hbNiEz">/pages/rccyXg7LNw2Om0hbNiEz</a></td></tr><tr><td><strong>Clustering</strong></td><td>Organizes data into groups with similar characteristics, without predefined labels.</td><td></td><td><a href="/pages/TWiRSflbon6uK31MG2VY">/pages/TWiRSflbon6uK31MG2VY</a></td></tr></tbody></table>

To see an example of each functionality of this component, open the 'DelphAIExamples' project from the github repository.

**Development Discontinued**\
The development of this component has been discontinued due to limited access to different Delphi versions required for testing and maintenance.

Currently, only a single Community Edition version is available for development, which makes it impractical to guarantee compatibility and proper support across all versions used by users.
