clearString provides several AI functions:
Image Recognition
This functionality allow the system to be trained to classify images.
This functionality is built-in, provided as part of the clearString extension pack, and does not require connection to an external AI provider.
Examples:
- Once trained on a set of images of fruit, it can identify which ones are ripe and which are rotten.
- Trained on a set of photographs of porcelain, it could identify which style they were created in.
Learn more about Image Recognition
Large Language Model (LLM) AI Chat Completion
This functionality interfaces with the Chat Completion endpoints provided by OpenAI and compatible Large Language Model providers, including DeepSeek.
Examples:
- Given some text it can identify the language it was written in and translate it in English.
- Integrated with a database of customer orders it can answer questions about their purchases.
- Given a paragraph it could look to identify key facts: dates, product names etc, so they can be looked up in a database.
Learn more about Chat Completion |