1

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

1 Answer 1

2

I think you'd have to use Hooks. Hooks allow you to run any arbitrary code when certain events happen in the system. When a user posts something new, you would pass along the posted message to your python script.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.