6758-Project / Docker

0 stars 0 forks source link

MS3 - Model Serving Flask app (30%) #1

Open TimkLee opened 2 years ago

TimkLee commented 2 years ago

Create a simple Flask app with the following endpoints:

TimkLee commented 2 years ago

Notes: Should not put any task specific functionality into your Flask app; any data preprocessing (such creating all of the features needed for your model) should be done prior to making the request to the serving app.