如何從 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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章