Way to train model in Julia and deploy in Javascript?

I recently built an Airbnb price prediction tool in Javascript. However I had to do a lot of my initial work and EDA in Python using Scikit-learn.

This seemed like a two language problem, so was wondering if anyone had developed a tool that acts like a Scikit-Learn backend with exportable javascript ML models (e.g. random forests, svm’s, xgboost, etc.)?

// one advantage of this setup is that the models are client-side and therefore can be hosted on github pages – i.e. they’re free

1 Like