Auto generate and fill keywords from text (similar to auto slug but with nlp analysis on long text)

System Information
  • Strapi Version: 4.1.3
  • Operating System: linux
  • Database: mysql
  • Node Version: 14.18.1

Similar to an auto slug function (which generates the link slug from the headline and fills the slug field while generating a blog post for example) i would like to have keywords extracted from the blog text.

As i do have a python background i know there are libraries which take text as input and keywords as output. Has anyone experience in achiving this in js and implementing this auto generate and fill inside the strapi backend ui? (Or somehow “attached a python function as a service to the strapi backend”?)

1 Like