Is there a node to help you detect a language? (no translation, but language detection)

Hey! I am building an AI Concierge for my short term rental and was wondering if there is a node that helps you detect a (or any) language. I am currently using the code node and have built and algorythm which tries to detect a language, but sometimes it fails. Have also tried the DeepL node but its use is for language translation, not language detection. Do you have any suggestions?

Use a free/public API like DetectLanguage.com
Or call a local ML model like langdetect via a Webhook or Execute Command node if you’re self-hosting

Hope this helps

2 Likes

Another option would be to pass the data through LLM of your choice, for example:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.