File size: 298 Bytes
1b4d8db
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""TANDEM HTTP API.

Two endpoints to satisfy the BCT hackathon's containerized-API requirement:
  - POST /simulator/predict      (Task A: persona + product → review + rating)
  - POST /recommender/recommend  (Task B: persona + candidates → ranked list)

Implementation in src/api/main.py.
"""