Is it possible to integrate an AI recommendation build in python in JS?
Hello, I know python is used for AI/ML stuff since there are libraries readily available for that. My question is, say if someone has build a website in HTM/CSS/JS and another person build another website using python frameworks/libraries.
Is it possible to combine both? Because the thing is, say we need to build a recommendation system, we decided to use python because the libraries available reduce the overhead of certain things. Now, is it possible to merge both the JS and python scripts or it's better to write everything in JS?
3 Replies