I want to implement my own filter in directus based on python machine learning.
- User posts a message/question to the Server
- Directus save the message/question
- at this moment, a python script search for similar message/question (machine learning)
- Directus answers with the answer found by the python script
Is this possible ?
How can I implement something like this?
Thanks in advance