I have been searching about using python in node-red, which I got a module in documentations. Would like to know if there is a project/samples of code/guidance where NLP in python is integrated with node-red?
As always I am very thankful to this forum, learning a lot from you all folks, thank you
Most consider that the best way to use Python with node-red is either to run the python script from an exec node, or for long running python s/w then run it as a service and communicate with it from node red using, for example, MQTT.