danyatingshen / Group3-Movie-Recommandation-System

0 stars 0 forks source link

Milestone 1-Build a model inference service #8

Open danyatingshen opened 1 year ago

danyatingshen commented 1 year ago

Master issue:

Task summary: https://github.com/danyatingshen/Group3-Movie-Recommandation-System/issues/1

Build a model inference service that provides movie recommendations on request given your learned model (e.g. using flask). Specifically, we will send http calls to http://:8082/recommend/ to which your service should respond with an ordered comma-separated list of up to 20 movie IDs in a single line, from highest to lowest recommendation. We will wait for answers to our requests for at most 800ms. You can recognize whether your response has been correctly received and parsed by a corresponding log entry in the Kafka stream (expect to see an entry

Step:

sakshik-cmu commented 1 year ago

Write back to Kafka: Not required