如何从 Node.js 调用 Python 函数 - How to call a Python function from Node.js

问题:

I have an Express Node.js application, but I also have a machine learning algorithm to use in Python.我有一个 Express Node.js 应用程序,但我也有一个在 Python 中使用的机器学习算法。 Is there a way I can call Python functions from my Node.js application to make use of the power of machine learning libraries?有没有一种方法可以从我的 Node.js 应用程序调用 Python 函数来利用机器学习库的强大功能?


解决方案:

参考一: https://en.stackoom.com/question/1aOYQ
参考二: https://stackoom.com/question/1aOYQ
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章