dartmouth-cs98-23f / project-short-learning

project-short-learning created by GitHub Classroom
0 stars 0 forks source link

Recommendation Engine Orchestrator and Deployment #138

Open linkevin281 opened 7 months ago

linkevin281 commented 7 months ago

Orchestrator and Deployment (12+ Hours)

Background

Frontend -> API -> messageQ -> Recommendation Engine (Candidate Generation -> Ranking -> return to another messageQ?).

Everything from creating the messageQ onwards needs to be orchestrated together, and handling the return will be quite interesting. This will all need to be deployed on EC2 as well. API calls to the Rec Engine are made PER SWIPE PER USER.

Requirements