Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Demo of Azure Machine Learning Studio for studuj.digital live event

Notifications You must be signed in to change notification settings

StudentTraineeCenter/azure-mls-demo

Repository files navigation

Azure Machine Learning Studio Demo

This project contains demo for studuj.digital live event.

Goals of the project

  1. Create Azure ML Studio project which predicts price of laptop by some hardware parameters.
  2. Create console application written in Kotlin which sends HTTP Post request to Azure ML Studio Web Service and recieves predicted price of laptop.

Dataset

The Laptop price data set by Karl Tillström, 2020 Source: https://www.machinelearningfordevelopers.com/datasets/laptopprices

Requirements

Setup

  • Clone repository.
  • Add URL of Web Service (at bottom of MainKt).
  • Add API token (at bottom of MainKt).
/**
 * Azure ML Studio > Web Service > HTTP Request/Response > URL
 * */
const val azureUrl =
    "<url of your web service>"

/**
 * Azure ML Studio > Web Service > API token
 * */
const val apiToken = "<your api token>"

Used

Software

Libraries

More Resources

You can find more info about how to use Azure Machine Learning Studio (Classic) in AI series with 6 articles at STC blog.

About

Demo of Azure Machine Learning Studio for studuj.digital live event

Topics

Resources

Stars

Watchers

Forks

Languages