Cangoo
Cangoo

Reputation: 91

Directus custom filter/search with python machine learning

I want to implement my own filter in directus based on python machine learning.

Is this possible ?

How can I implement something like this?

Thanks in advance

Upvotes: 1

Views: 275

Answers (1)

Rijk
Rijk

Reputation: 969

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.

Upvotes: 2

Related Questions