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
Jochem
Jochem7d ago
You would use a rest api
Faker
FakerOP7d ago
ahhh ok can I have 2 servers? like 1 server running for the AI/ML stuff build in python and another build in express or whatever else ? it's possible? (logically, yes as long as both are running?)
Jochem
Jochem7d ago
Yup

Did you find this page helpful?