This repo contains code that we offer to review, rewrite or fix in tech interviews.
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).
- API supports multiple languages (models for English and French are provided)
- API design follows REST best practices
- API specs are well-documented