> 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="/delphai/en/documentation/markdown/regression.md">Regression</a></td></tr><tr><td><strong>Classification</strong></td><td>Categorizes input data into predefined classes.</td><td></td><td><a href="/delphai/en/documentation/markdown/classification.md">Classification</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="/delphai/en/documentation/markdown/recommendation-for-item.md">Recommendation for item</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="/delphai/en/documentation/markdown/recommendation-for-user.md">Recommendation for user</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="/delphai/en/documentation/editor.md">AISelector</a></td></tr><tr><td><strong>Regression</strong></td><td>Predicts a value based on input data.</td><td></td><td><a href="/delphai/en/documentation/images-and-media/regression.md">Regression</a></td></tr><tr><td><strong>Classification</strong></td><td>Categorizes input data into predefined classes.</td><td></td><td><a href="/delphai/en/documentation/images-and-media/classification.md">Classification</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="/delphai/en/documentation/images-and-media/recommendation.md">Recommendation</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="/delphai/en/documentation/images-and-media/clustering.md">Clustering</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.
