biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

Deploying a Machine Learning Model #6137

Closed Yibbou closed 2 years ago

Yibbou commented 2 years ago

Hi All, I suggest, if it is possible, the creation of an adds-on that will help to deploy and generate web apps, desktop apps (exe, dmg etc.) and mobile apps for orange users Machine Learning models or projects. Thank you

janezd commented 2 years ago

Orange is an interactive tool for data exploration. If you want to deploy a model, you need to export it to pickle file (using Save Model), but then you're on your own. Also because this depends on the context: if you are, for instance, preparing an app for physician, you would have a specific input form and some specifically designed screen with result.

ajdapretnar commented 2 years ago

My answer would be a little different: Orange is open source, so anyone is free to create their own add-ons that can be integrated into Orange. If you have an idea for one, follow instructions in https://github.com/biolab/orange3-example-addon to create it.