Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 495 Bytes

File metadata and controls

15 lines (9 loc) · 495 Bytes

Tech-interview

This repo contains code that we offer to review, rewrite or fix in tech interviews.

Basic Model Serving HTTP API

Task description

Implement a RESTful API to serve pre-trained ML models that, given a person's name, predict their country of birth (the models are provided by ML engineers).

Acceptance criteria:

  • API supports multiple languages (models for English and French are provided)
  • API design follows REST best practices
  • API specs are well-documented