https://github.com/cloudacademy/azure-recommendation-engine
https://github.com/cloudacademy/azure-recommendation-engine
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudacademy/azure-recommendation-engine
- Owner: cloudacademy
- Created: 2018-08-15T19:36:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T19:13:15.000Z (over 2 years ago)
- Last Synced: 2025-01-13T06:08:18.418Z (over 1 year ago)
- Size: 212 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *** Note: This course has been retired. ***
# Building a Recommendation Engine on Azure
This file contains URLs and commands from the demos in Cloud Academy's _Building a Recommendation Engine on Azure_ course.
### Introduction
[Azure Free Trial](https://azure.microsoft.com/free)
### Deploying and Testing
[Product Recommendations Solution](https://github.com/Microsoft/Product-Recommendations/tree/master/deploy)
User transactions for personalized recommendations:
```
[{"itemId": "DAF-00448",
"eventType": "Purchase",
"timestamp": "2018-08-15T09:05:00"},
{"itemId": "DHF-01333",
"eventType": "Purchase",
"timestamp": "2018-08-14T23:01:00"}]
```
### Making API Requests
```
curl -i -X GET --header 'x-api-key: ' '/api/models//recommend?itemId=DQF-00248'
```
[API Documentation](https://github.com/Microsoft/Product-Recommendations/blob/master/doc/api-reference.md)
### Conclusion
support@cloudacademy.com