locked
Tutorial on Creating Web App without using ASP.Net RRS feed

  • Question

  • I have created several machine learning models related to geotechnical analysis and would like to aggregate them on a separate site using rails. I'm in geotechnical engineering and am proficient with the statistics part of data science. However, my experience with web dev is limited.

    Do I need to use ASP.NET to use the API? 

    Do you think Rails can handle it? Do you guys have ruby sample code?

    Regards,

    Jeremy

    Tuesday, May 19, 2015 2:07 AM

Answers

  • Hi,

    You don't have to use ASP.NET to use the APIs. AzureML APIs are REST APIs so they can be consumed from other platforms and languages such as Java and Ruby on Rails (I did a search and found some examples online). We have samples on the API help page for Python and also R.

    Having said that, for ASP.NET we have posted sample templates that auto generate the ASP.NET form without needing to write code. Here is a link to the template.

    Thanks,

    Raymond 


    Wednesday, May 20, 2015 10:46 PM